mode property

  1. @JsonKey(fromJson: convertToIntIfDoubleValue)
int? mode
getter/setter pair

Mode indicates the modality (major or minor) of a track, the type of scale from which its melodic content is derived. Major is represented by 1 and minor is 0.

Implementation

@JsonKey(fromJson: convertToIntIfDoubleValue)
int? mode;