InputPaymentCredentialsSaved constructor

const InputPaymentCredentialsSaved({
  1. required String id,
  2. required Uint8List tmpPassword,
})

Input Payment Credentials Saved constructor.

Implementation

const InputPaymentCredentialsSaved({
  required this.id,
  required this.tmpPassword,
}) : super._();