BandService class abstract

Constructors

BandService.new()

Properties

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

Methods

addBand() → void
addBandToProfile(Band band) → void
addGenre(Genre genre) → void
addInstrument(int index) → void
getCoverImageWidget(BuildContext context) Widget
nextEventPage() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeBand(Band band) Future<void>
removeGenre(Genre genre) → void
removeInstrument(int index) → void
retrieveBands() Future<Map<String, Band>>
retrieveBandsByProfile() Future<void>
setBand(Band band) → void
toString() String
A string representation of this object.
inherited

Operators

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