menu
vania package
documentation
orm/model.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
orm/model
Model
hasAttribute method
Model class