rhythmString property

  1. @JsonKey(name: 'rhythmstring')
String? rhythmString
getter/setter pair

A Rhythmstring for this track. The format of this string is similar to the synchString.

Implementation

@JsonKey(name: 'rhythmstring')
String? rhythmString;