relationshipInfos property
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;
A list of RelationshipInfo
objects that describe this layer or table's
relationship with another layer or table in the service.
List<RelationshipInfo> get relationshipInfos => _relationshipInfos.value;