PaywallState<T extends Object?> class
Constructors
- PaywallState({T? primary, T? secondary})
-
const
- PaywallState.all(T? value)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
of(
bool? selected) → T? -
resolveWith(
T callback(T value)) → PaywallState< T> -
toJson(
Object? callback(T? value)) → Object? -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
parse<
T> (Object? source, T? callback(Object? source), {T? resolveWith(T? value)?}) → PaywallState< T> ?