unitPropertyList property

List<Property> get unitPropertyList

Implementation

List<Property> get unitPropertyList => [
    ...permanentlyPropertyRoster,
    ...temporaryPropertyRoster,
];