FFPropWithMetadata<Prop> class
Constructors
- FFPropWithMetadata({required Prop prop, required FFPropLoadingStateType state})
-
const
- FFPropWithMetadata.loaded(Prop prop)
-
const
- FFPropWithMetadata.loading(Prop prop)
-
const
Properties
-
copyWith
→ FFPropWithMetadata<
Prop> Function({Prop? prop, FFPropLoadingStateType? state}) -
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- isLoaded → bool
-
no setter
- isLoading → bool
-
no setter
- prop → Prop
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → FFPropLoadingStateType
-
final
Methods
-
loading(
) → FFPropWithMetadata< Prop> -
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 ==(
covariant FFPropWithMetadata< Prop> other) → bool -
The equality operator.
override