matters property

List<Matter> get matters

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

This list is unmodifiable.

Implementation

List<Matter> get matters => List.unmodifiable(_matters);