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