UpdateAccountResponse constructor

UpdateAccountResponse({
  1. Account? account,
})

Implementation

UpdateAccountResponse({
  this.account,
});