Returns the raw backing value of the Active case. */
()
| 4288 | |
| 4289 | /** Returns the raw backing value of the Active case. */ |
| 4290 | public static function defaultValue(): string |
| 4291 | { |
| 4292 | return self::Active->value; // self::CaseName->value resolved |
| 4293 | } |
| 4294 | } |
| 4295 | |
| 4296 | enum Priority: int |
no outgoing calls
no test coverage detected