toJSON method

Map<String, dynamic> toJSON()

Implementation

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