MutationToken<T> class final

MutationTokenをProvider化して ref.watch(token) を可能にする

Inheritance

Constructors

MutationToken({required ProviderBase owner, required Symbol symbol})
const

Properties

args Record?
familyの等価性材料(==相当)。必要に応じてoverride。
no setteroverride
argument Object?
引数(Riverpod互換)。
no setterinherited
autoDispose bool
未購読で自動破棄するか
no setteroverride
autoDisposeDelay Duration
自動破棄の遅延
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
key ProviderKey
args+型名からKeyを生成
no setterinherited
name String?
デバッグ名(Riverpod互換)。
no setterinherited
owner ProviderBase
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol Symbol
final

Methods

initialState() MutationState<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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