stop property
- @JsonKey(includeIfNull: false, name: 'stop', fromJson: toInt, toJson: toString)
read / write
Implementation
@JsonKey(includeIfNull: false, name: 'stop', fromJson: toInt, toJson: toString) int? stop;
@JsonKey(includeIfNull: false, name: 'stop', fromJson: toInt, toJson: toString) int? stop;