DeleteTableRequest.fromJson constructor

DeleteTableRequest.fromJson(
  1. Map json_
)

Implementation

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