LargeCapacityConfig.fromJson constructor
LargeCapacityConfig.fromJson(
- Map json_
Implementation
LargeCapacityConfig.fromJson(core.Map json_)
: this(constituentCount: json_['constituentCount'] as core.int?);