Map<String, dynamic> toJson() { final data = Map<String, dynamic>(); data['userID'] = this.userID; data['result'] = this.result; return data; }