SingleTransactionController constructor

SingleTransactionController(
  1. WalletService _walletService,
  2. UserService _userService,
  3. PartnerService _partnerService, {
  4. required OperationId id,
  5. bool wallet = true,
})

Implementation

SingleTransactionController(
  this._walletService,
  this._userService,
  this._partnerService, {
  required this.id,
  this.wallet = true,
});