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(Field key, Object? value) → S
withFields(Iterable<StructField<Field, Object?>> newEntries) → S
withMap(Map<Field, Object?> map) → S

Operators

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