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