UiNodeAttributesBuilder class

Constructors

UiNodeAttributesBuilder()

Properties

async_ bool?
getter/setter pair
crossorigin String?
getter/setter pair
disabled bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
getter/setter pair
href String?
getter/setter pair
id String?
getter/setter pair
integrity String?
getter/setter pair
label UiTextBuilder
getter/setter pair
name String?
getter/setter pair
nodeType String?
getter/setter pair
onclick String?
getter/setter pair
pattern String?
getter/setter pair
referrerpolicy String?
getter/setter pair
required_ bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src String?
getter/setter pair
text UiTextBuilder
getter/setter pair
title UiTextBuilder
getter/setter pair
type String?
getter/setter pair
value ↔ JsonObject?
getter/setter pair
width int?
getter/setter pair

Methods

build() → _$UiNodeAttributes
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(UiNodeAttributes other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(UiNodeAttributesBuilder)?) → void
Applies updates.
override

Operators

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