FileReference.fromJson constructor
FileReference.fromJson(
- Map json_
Implementation
FileReference.fromJson(core.Map json_)
: this(gcsPath: json_['gcsPath'] as core.String?);
FileReference.fromJson(core.Map json_)
: this(gcsPath: json_['gcsPath'] as core.String?);