InstrumentFulfillment constructor
InstrumentFulfillment({})
Implementation
InstrumentFulfillment({
required this.id,
required this.instrument,
this.isFulfilled = false,
this.profileId = "",
this.profileImgUrl = "",
this.profileName = "",
this.vocalType = VocalType.none
});