type property
KeyType
get
type
Implementation
KeyType get type {
return KeyType.values.firstWhere(
(e) => e.value == keyType,
orElse: () => KeyType.off,
);
}
KeyType get type {
return KeyType.values.firstWhere(
(e) => e.value == keyType,
orElse: () => KeyType.off,
);
}