activeContractsCount property
int
get
activeContractsCount
Implementation
int get activeContractsCount => contracts.where((UDormBedContractResponse c) => lifecycleOf(c) == UAdminContractLifecycle.active).length;