Map<String, dynamic> toJSON() =>{ 'bandId': bandId, 'bandImgUrl': bandImgUrl, 'bandName': bandName, 'hasAccepted': hasAccepted, };