split property

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

Implementation

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