InstrumentService class abstract

Constructors

InstrumentService.new()

Properties

favInstruments Map<String, Instrument>
no setter
hashCode int
The hash code for this object.
no setterinherited
instruments Map<String, Instrument>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortedInstruments Map<String, Instrument>
no setter

Methods

addInstrument(int index) Future<void>
loadInstruments() Future<void>
makeMainInstrument(Instrument instrument) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeInstrument(int index) Future<void>
sortFavInstruments() → void
toString() String
A string representation of this object.
inherited

Operators

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