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