value property

int get value

Implementation

int get value {
  switch (this) {
    case WebSignInType.safari:
      return 1;
    default:
      return 0;
  }
}