YustFile.fromJson constructor

YustFile.fromJson(
  1. Map<String, dynamic> json
)

Converts the file to JSON for Firebase. Only relevant attributs are converted.

Implementation

factory YustFile.fromJson(Map<String, dynamic> json) =>
    _$YustFileFromJson(json);