$valuesDefined property

Returns all defined enum values excluding the $unknown value.

Implementation

static List<SudoVerificationSchemaMfaMethodMfaMethod> get $valuesDefined =>
    values.where((value) => value != $unknown).toList();