relationshipInfos property

List<RelationshipInfo> relationshipInfos

A list of RelationshipInfo objects that describe this layer or table's relationship with another layer or table in the service.

Implementation

List<RelationshipInfo> get relationshipInfos => _relationshipInfos.value;