ReleaseUploadService class abstract

Constructors

ReleaseUploadService.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addGenre(Genre genre) → void
addInstrument(int index) → void
addInstrumentsToReleaseItem() Future<void>
addReleaseCoverImg() Future<void>
addReleaseFile() Future<void>
createReleasePost() Future<void>
getPublisherPlace(dynamic context) Future<void>
gotoReleaseSummary() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeGenre(Genre genre) → void
removeInstrument(int index) → void
setAppReleaseItemsQty(int itemsQty) Future<void>
setAsSolo() → void
setIsAutoPublished() → void
setIsPhysical() → void
setItemlistDesc() → void
setItemlistName() → void
setPublishedYear(int year) → void
setReleaseDesc() → void
setReleaseName() → void
setReleaseType(ReleaseType releaseType) Future<void>
setSelectedBand(Band band) → void
toString() String
A string representation of this object.
inherited
uploadReleaseItem() Future<void>
validateInfo() bool
validateItemlistNameDesc() bool
validateNameDesc() bool

Operators

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