moduleCount property
The number of functional modules, that is,the number of configured ContentInspectModule instances, must be the same as the number of instances configured in modules. The maximum number is 32.
Implementation
@JsonKey(name: 'moduleCount')
final int? moduleCount;