WhatToSendForUserToConfirm constructor

WhatToSendForUserToConfirm({
  1. String? fullName,
  2. String? accountNumber,
  3. String? balance,
})

Implementation

WhatToSendForUserToConfirm({this.fullName, this.accountNumber, this.balance});