SongCompanion constructor
const
SongCompanion({
- Value<
int> id = const Value.absent(), - Value<
String> name = const Value.absent(), - Value<
bool> locked = const Value.absent(), - Value<
bool> published = const Value.absent(), - Value<
String?> imagePath = const Value.absent(), - Value<
String?> description = const Value.absent(), - Value<
String?> note = const Value.absent(), - Value<
String?> youtubeCode = const Value.absent(), - Value<
String?> youtubeVideoInfo = const Value.absent(), - Value<
int> albumId = const Value.absent(),
Implementation
const SongCompanion({
this.id = const Value.absent(),
this.name = const Value.absent(),
this.locked = const Value.absent(),
this.published = const Value.absent(),
this.imagePath = const Value.absent(),
this.description = const Value.absent(),
this.note = const Value.absent(),
this.youtubeCode = const Value.absent(),
this.youtubeVideoInfo = const Value.absent(),
this.albumId = const Value.absent(),
});