toJSON method
Implementation
Map<String, dynamic> toJSON() =>{
'id': id,
'instrument': instrument.toJSON(),
'isFulfilled': isFulfilled,
'profileId': profileId,
'profileImgUrl': profileImgUrl,
'profileName': profileName,
'vocalType': vocalType.name,
};