CompneyUserInfo constructor

const CompneyUserInfo(
  1. String name,
  2. String phoneNumber,
  3. bool _isNew
)

Implementation

const CompneyUserInfo(
  this.name,
  this.phoneNumber,
  this._isNew,
);