UserGetPlace constructor

UserGetPlace({
  1. int? placeId,
  2. String? name,
  3. String? companyType,
})

Returns a new UserGetPlace instance.

Implementation

UserGetPlace({
  this.placeId,
  this.name,
  this.companyType,
});