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