PresetsRepository class
- Implemented types
Constructors
- PresetsRepository({required PresetsClient client})
Properties
- client ↔ PresetsClient
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
presets
→ ValueStream<
Map< int, PresetRecord> > -
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(
PresetState preset) → Future< PresetRecord> -
override
-
delete(
int id) → Future< void> -
override
-
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
PresetRecord preset) → Future< void> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited