AccountResponse constructor

AccountResponse({
  1. required int currentRound,
  2. required AccountInformation account,
})

Implementation

AccountResponse({required this.currentRound, required this.account});