DynamicState class

Annotations
  • @freezed

Constructors

DynamicState([@Default({}) Map<Type, dynamic> all])
const
factory

Properties

all Map<Type, dynamic>
no setterinherited
copyWith → $DynamicStateCopyWith<DynamicState>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call<T>() → T
get<T>() → T
has<T>() bool
maybe<T>() → T?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild<T, R>(T rebuilder(T data)) → R
toString() String
A string representation of this object.
inherited
update<T, R>(T data) → R

Operators

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