tableRelationshipReference property

Map<String, List<TableRelationshipReference>> tableRelationshipReference

Returns _tableRelationshipReference.

Implementation

Map<String, List<TableRelationshipReference>>
    get tableRelationshipReference =>
        UnmodifiableMapView<String, List<TableRelationshipReference>>(
            _tableRelationshipReference);