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