Creates the File object from the given JSON model.
factory File.fromJson(Map<String, dynamic> json) => _$FileFromJson(json);