Creates a File instance from JSON data.
factory File.fromJson(Map<String, dynamic> json) => _$FileFromJson(json);