CrmProject constructor

CrmProject({
  1. int? id,
  2. String? label,
  3. int? createdBy,
  4. int? createdAt,
  5. int? updatedAt,
})

Implementation

CrmProject({this.id, this.label, this.createdBy, this.createdAt, this.updatedAt});