FromAccount constructor

FromAccount({
  1. dynamic user,
  2. String? profileImgUrl,
  3. String? address,
  4. String? config,
})

Implementation

FromAccount({
  this.user,
  this.profileImgUrl,
  this.address,
  this.config,
});