Map<String, dynamic> toJson() { return <String, dynamic>{ 'otpValue': otpCode, 'externalTransactionId': externalTransactionId, }; }