PatchBase<TEntity, TEnum extends Enum> class
abstract
- Implemented types
-
- Patch<
TEntity>
- Patch<
Constructors
Properties
Methods
-
applyTo(
TEntity entity) → TEntity -
Applies this patch to the given entity
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toPatch(
) → Map< TEnum, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited