relativeRotaries property

List<RelativeRotary> relativeRotaries

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

Implementation

List<RelativeRotary> get relativeRotaries =>
    List.from(_relativeRotaries, growable: false);