menu
libac_dart
omv/types/key.dart
Key
isTrue method
isTrue
dark_mode
light_mode
isTrue
method
bool
isTrue
(
)
Implementation
bool isTrue() { return !(guid == NULL_KEY.guid || guid.isEmpty); }
libac_dart
key
Key
isTrue method
Key class