PresetsRepositoryBase class abstract

Implementers

Constructors

PresetsRepositoryBase()

Properties

hashCode int
The hash code for this object.
no setterinherited
presets ValueStream<Map<int, PresetRecord>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(PresetState preset) Future<PresetRecord>
delete(int id) Future<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>

Operators

operator ==(Object other) bool
The equality operator.
inherited