GoogleFileService.fromJson constructor

GoogleFileService.fromJson(
  1. Map json_
)

Implementation

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