TableDetail.fromJson constructor

TableDetail.fromJson(
  1. Map json_
)

Implementation

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