$_item property

  1. @Deprecated(r'Please re-generate code, should be replaced with $_itemColumn')
$Dataclass $_item
latefinal

The item these references are for.

Drift used to use getters on this class to extract columns when building subsequent joins or queries to resolve reference. This was broken around custom row classes that might not expose all columns.

Implementation

@Deprecated(r'Please re-generate code, should be replaced with $_itemColumn')
// ignore: public_member_api_docs, non_constant_identifier_names
late final $Dataclass $_item = $_typedResult.readTable($_table);