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