File.fromJson constructor

File.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory File.fromJson(Map<String, Object?> json) => _$FileFromJson(json);