coreValue property

  1. @visibleForTesting
int coreValue

Implementation

@visibleForTesting
int get coreValue {
  switch (this) {
    case undefined:
      return 0;
    case onInteractionCache:
      return 1;
    case onInteractionNoCache:
      return 2;
    case manualCache:
      return 3;
  }
}