Value class

Represents a Value in the S3I-Directory data model.

Constructors

Value(String attribute, {List<String>? value})
Creates a Value tied to a attribute and filled with values.
Value.fromJson(Map<String, dynamic> json)
Creates a Value from a decoded json entry.
factory

Properties

attribute String
The name (fml4.0 key) of this value object.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value List<String>?
The stored values associated with the attribute.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Returns the information stored in this object in a way the it could be encoded via jsonEncode().
toString() String
A string representation of this object.
override

Operators

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