motions property

List<Motion> get motions

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

This list is unmodifiable.

Implementation

List<Motion> get motions => List.unmodifiable(_motions);