UiNodeImageAttributes class abstract

UiNodeImageAttributes

Properties:

  • height - Height of the image
  • id - A unique identifier
  • nodeType - NodeType represents this node's types. It is a mirror of node.type and is primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is "img".
  • src - The image's source URL. format: uri
  • width - Width of the image
Annotations
  • @BuiltValue()

Constructors

UiNodeImageAttributes([void updates(UiNodeImageAttributesBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
Height of the image
no setter
id String
A unique identifier
no setter
nodeType String
NodeType represents this node's types. It is a mirror of node.type and is primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is "img".
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src String
The image's source URL. format: uri
no setter
width int
Width of the image
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(UiNodeImageAttributesBuilder)) UiNodeImageAttributes
Rebuilds the instance.
inherited
toBuilder() UiNodeImageAttributesBuilder
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<UiNodeImageAttributes>
no setter