fieldsWithTypeListEntity method

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

Implementation

Map<String, TypeInfo> fieldsWithTypeListEntity([O? o]) =>
    _fieldsWithTypeListEntity ??=
        fieldsWithType((_, fieldType) => fieldType.isValidListEntityType, o);