Immutable<S extends Immutable<S> > mixin
optional
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWithMap(
Map< Field, Object?> data) → S -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< Field, Object?> -
toString(
) → String -
A string representation of this object.
inherited
-
withField<
V> (Field< V> key, V value) → S -
withFields(
Iterable< StructField< newEntries) → SField, Object?> > -
withMap(
Map< Field, Object?> map) → S
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited