matters property

List<Matter> matters

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

Implementation

List<Matter> get matters => List.from(_matters, growable: false);