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