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