UiNodeScriptAttributes class abstract

UiNodeScriptAttributes

Properties:

Constructors

UiNodeScriptAttributes([void updates(UiNodeScriptAttributesBuilder b)])
factory

Properties

async_ bool
The script async type
no setter
crossorigin String
The script cross origin policy
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
A unique identifier
no setter
integrity String
The script's integrity hash
no setter
nodeType String
no setter
referrerpolicy String
The script referrer policy
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src String
The script source
no setter
type String
The script MIME type
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(UiNodeScriptAttributesBuilder)) UiNodeScriptAttributes
Rebuilds the instance.
inherited
toBuilder() UiNodeScriptAttributesBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<UiNodeScriptAttributes>
no setter