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