matterFabrics property
List<MatterFabric>
get
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);