hasColumnMapping property

bool hasColumnMapping
latefinalinherited

Cached flag indicating whether any columns have explicit column names that differ from their field names. Computed lazily on first access.

Implementation

late final bool hasColumnMapping = _computeHasColumnMapping();