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