fieldsWithTypeListEntityOrReference method

Map<String, TypeInfo> fieldsWithTypeListEntityOrReference([
  1. O? o
])

Implementation

Map<String, TypeInfo> fieldsWithTypeListEntityOrReference([O? o]) =>
    _fieldsWithTypeListEntityReference ??= fieldsWithType(
        (_, fieldType) => fieldType.isValidListEntityOrReferenceType, o);