motions property

List<Motion> motions

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

Implementation

List<Motion> get motions => List.from(_motions, growable: false);