coreValue property

  1. @visibleForTesting
int coreValue

Implementation

@visibleForTesting
int get coreValue {
  switch (this) {
    case none:
      return 0;
    case upload:
      return 1;
    case bidirectional:
      return 2;
  }
}