FeatureGeneric<T> class
base
- Inheritance
-
- Object
- FeatureAbstract<
T> - FeatureGeneric
- Implementers
Constructors
- FeatureGeneric({required String key, required T value})
-
const
Properties
Methods
-
copyWith(
{required T value}) → FeatureAbstract< T> -
override
-
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