menu
clean_energy_api
clean_energy_api.dart
HomeownerListingDTO
HomeownerListingDTO const constructor
HomeownerListingDTO
dark_mode
light_mode
HomeownerListingDTO
constructor
const
HomeownerListingDTO
(
{
List
<
HomeownerDTO
>
?
items
,
int
?
count
,
})
Implementation
const HomeownerListingDTO({ this.items, this.count, });
clean_energy_api
clean_energy_api
HomeownerListingDTO
HomeownerListingDTO const constructor
HomeownerListingDTO class