menu
vania package
documentation
database.dart
Model
hasAttribute method
hasAttribute method
dark_mode
light_mode
hasAttribute
method
bool
hasAttribute
(
String
key
)
Implementation
bool hasAttribute(String key) { return attributes.containsKey(key); }
vania package
documentation
database
Model
hasAttribute method
Model class