IntAttribute class
- Inheritance
-
- Object
- OptionalAttribute<
int> - RequiredAttribute<
int> - IntAttribute
Constructors
-
IntAttribute({required String key, int missValue = 0, required AttributeProvider provider, AttributeTransform<
int> ? transform})
Properties
-
attributeType
→ DType<
int> -
finalinherited
- exists → bool
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
finalinherited
- missValue → int
-
finalinherited
- provider → AttributeProvider
-
finalinherited
- rawValue ↔ Object?
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
transform
→ AttributeTransform<
int> ? -
finalinherited
- value ↔ int
-
getter/setter pairinherited
Methods
-
fromRawAttribute(
Object attr) → int -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toRawAtttribute(
int value) → Object -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited