AccountProperty constructor
AccountProperty({})
Implementation
AccountProperty({
this.addressLine1,
this.addressLine2,
this.addressLine3,
this.county,
this.electricityMeterPoints,
this.gasMeterPoints,
required this.id,
required this.movedInAt,
this.movedOutAt,
this.postcode,
this.town,
});