typeFor method

String? typeFor(
  1. String relationshipName
)

Implementation

String? typeFor(String relationshipName) =>
    dataForHasOne(relationshipName)['type'];