ListStringAttribute class

Inheritance
Mixed-in types

Constructors

ListStringAttribute({required String key, required List<String> missValue, required AttributeProvider provider})

Properties

attributeType DType<List<String>>
finalinherited
exists bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
key String
finalinherited
missValue List<String>
final
provider AttributeProvider
finalinherited
rawValue Object?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transform AttributeTransform<List<String>>?
finalinherited
value List<String>
getter/setter pairinherited

Methods

fromRawAttribute(Object attr) List<String>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toRawAtttribute(List<String> value) Object
inherited
toString() String
A string representation of this object.
inherited

Operators

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