AttributeParameterValue class final

A class that contains value of attribute's parameter.

Class holding a single attribute parameter value for an NA tasks.

Implemented types

Constructors

AttributeParameterValue()
Creates an attribute parameter instance.
factory

Properties

attributeName String
Attribute's name.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
parameterName String
Parameter's name.
getter/setter pair
parameterValue ↔ dynamic
Parameter's value.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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