DeleteObjectRequest.fromJson constructor
DeleteObjectRequest.fromJson(
- Map json_
Implementation
DeleteObjectRequest.fromJson(core.Map json_)
: this(objectId: json_['objectId'] as core.String?);
DeleteObjectRequest.fromJson(core.Map json_)
: this(objectId: json_['objectId'] as core.String?);