CMPSourcePoint constructor

CMPSourcePoint({
  1. int? accountId,
  2. int? propertyId,
  3. String? propertyName,
  4. String? pmId,
})

Implementation

CMPSourcePoint({
  this.accountId,
  this.propertyId,
  this.propertyName,
  this.pmId,
});