dart format
This commit is contained in:
@@ -12,5 +12,6 @@ abstract class FilesState with _$FilesState {
|
||||
ListFilesResponse? listing,
|
||||
}) = _FilesState;
|
||||
|
||||
factory FilesState.fromJson(Map<String, Object?> json) => _$FilesStateFromJson(json);
|
||||
factory FilesState.fromJson(Map<String, Object?> json) =>
|
||||
_$FilesStateFromJson(json);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user