stop property
- @JsonKey.new(includeIfNull: false, name: 'stop', fromJson: toInt, toJson: toString)
getter/setter pair
Implementation
@JsonKey(includeIfNull: false, name: 'stop', fromJson: toInt, toJson: toString) int? stop;
@JsonKey(includeIfNull: false, name: 'stop', fromJson: toInt, toJson: toString) int? stop;