menu
meshagent package
documentation
schema.dart
ElementType
hasProperty method
hasProperty method
dark_mode
light_mode
hasProperty
method
bool
hasProperty
(
String
name
)
Implementation
bool hasProperty(String name) { final prop = _propertyLookup[name]; return prop != null; }
meshagent package
documentation
schema
ElementType
hasProperty method
ElementType class