GoogleFileService.fromJson constructor
GoogleFileService.fromJson(
- Map json_
Implementation
GoogleFileService.fromJson(core.Map json_)
: this(
filestoreInstance: json_['filestoreInstance'] as core.String?,
netappVolume: json_['netappVolume'] as core.String?,
);