coreValue property

  1. @visibleForTesting
int coreValue

Implementation

@visibleForTesting
int get coreValue {
  switch (this) {
    case dynamic:
      return 0;
    case static:
      return 1;
  }
}