PartitionDetail.fromJson constructor

PartitionDetail.fromJson(
  1. Map json_
)

Implementation

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