BeagleUIElement class

Constructors

BeagleUIElement(Map<String, dynamic> properties)

Properties

hashCode int
The hash code for this object.
no setterinherited
properties Map<String, dynamic>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

forEach(void iteratee(Map<String, dynamic> node, int index)) → void
getAccessibility() BeagleAccessibility?
getAttributeValue(String attributeName, [dynamic defaultValue]) → dynamic
getChildren() List<BeagleUIElement>
getContext() BeagleDataContext?
getId() String
getKey() Key
getStyle() BeagleStyle?
getType() String
hasChildren() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setId(String id) → void
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

isBeagleUIElement(Map<String, dynamic>? json) bool