matterFabrics property

List<MatterFabric> matterFabrics

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

Implementation

List<MatterFabric> get matterFabrics =>
    List.from(_matterFabrics, growable: false);