implicit property

bool implicit
final

A column name is implicit if it has been looked up with the associated field name in the table class. It's explicit if .named() was called in the column builder.

Implementation

final bool implicit;