rawValue property

int get rawValue

Implementation

int get rawValue {
  switch (this) {
    case StorifyMePlaybackMode.fromBeginning:
      return 1;
    case StorifyMePlaybackMode.proceed:
      return 2;
  }
}