AuthAccount constructor

AuthAccount({
  1. required String account,
})

Implementation

AuthAccount({required this.account});