where property

bool Function(Map<String, dynamic> row)? where
final

When set, only rows for which this predicate returns true are migrated. Combined with entityType when both are given.

Implementation

final bool Function(Map<String, dynamic> row)? where;