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