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