numActive property

  1. @JsonKey(name: 'numActive', fromJson: toInt, toJson: toString)
int? numActive
getter/setter pair

Implementation

@JsonKey(name: 'numActive', fromJson: toInt, toJson: toString) int? numActive;