rhythmImage property

String rhythmImage

Implementation

String get rhythmImage => _rhythmImage;
void rhythmImage=(String value)

Implementation

set rhythmImage(String value) {
  _rhythmImage = value;
  notifyListeners();
}