stop property

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

Implementation

@JsonKey(includeIfNull: false, name: 'stop', fromJson: toInt, toJson: toString) int? stop;