TopicPartitions.fromJson constructor

TopicPartitions.fromJson(
  1. Map json_
)

Implementation

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