name property

String name

Implementation

String get name {
  switch (this) {
    case EntitlementVerificationMode.disabled:
      return 'DISABLED';
    case EntitlementVerificationMode.informational:
      return 'INFORMATIONAL';
  }
}