RestMethodMediaUploadProtocolsResumable.fromJson constructor
RestMethodMediaUploadProtocolsResumable.fromJson(
- Map json_
Implementation
RestMethodMediaUploadProtocolsResumable.fromJson(core.Map json_)
: this(
multipart: json_['multipart'] as core.bool?,
path: json_['path'] as core.String?,
);