homekits property

List<Homekit> homekits

All of the Homekit objects on the network that the user's device has permission to access.

Implementation

List<Homekit> get homekits => List.from(_homekits, growable: false);