menu
meshagent package
documentation
schema.dart
ChildProperty
isTagAllowed method
isTagAllowed method
dark_mode
light_mode
isTagAllowed
method
bool
isTagAllowed
(
String
tagName
)
Implementation
bool isTagAllowed(String tagName) => _childTagNames.contains(tagName);
meshagent package
documentation
schema
ChildProperty
isTagAllowed method
ChildProperty class