Map<String, dynamic> toJson() { final map = <String, dynamic>{}; map['firstTransactionId'] = firstTransactionId; map['token'] = token; return map; }