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