split property

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

Implementation

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