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