isNullable property

bool isNullable
final

Whether the record of the join can be null. This is only relevant for one-to-one joins.

Default is true.

Implementation

final bool isNullable;