association property

bool association
final

Whether this column relates to another SqliteModel This is true for Iterable<SqliteModel> and SqliteModel. Defaults to false.

Implementation

final bool association;