connections property

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

Implementation

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