LargeCapacityConfig.fromJson constructor

LargeCapacityConfig.fromJson(
  1. Map json_
)

Implementation

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