RestMethodMediaUploadProtocolsResumable.fromJson constructor

RestMethodMediaUploadProtocolsResumable.fromJson(
  1. Map json_
)

Implementation

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