Class FulfilledMeta<TArg>
The metadata of the thunk when it is fulfilled.
Inherited Members
Namespace: Unity.AppUI.Redux
Assembly: Unity.AppUI.Redux.dll
Syntax
public record FulfilledMeta<TArg> : Meta<TArg>, IEquatable<Meta<TArg>>, IEquatable<FulfilledMeta<TArg>>
Type Parameters
Name | Description |
---|---|
TArg | The type of the argument to pass to the thunk. |
Constructors
FulfilledMeta()
The metadata of the thunk when it is fulfilled.
Declaration
public FulfilledMeta()