UserAPI constructor

UserAPI({
  1. required String account,
})

Implementation

UserAPI({
  required String account,
}) {
  _account = account;
}