rawValue property

int get rawValue

Implementation

int get rawValue {
  switch (this) {
    case StorifyMeURLPresentationBehaviour.inAppBrowser:
      return 0;
    case StorifyMeURLPresentationBehaviour.externalBrowser:
      return 1;
  }
}