hasColumnMapping property
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();
Cached flag indicating whether any columns have explicit column names that differ from their field names. Computed lazily on first access.
late final bool hasColumnMapping = _computeHasColumnMapping();