filter property

bool Function(String tableName)? filter
final

An optional filter to only apply changes on some tables.

When set, only operators on tables for which this function returns true are applied.

Implementation

final bool Function(String tableName)? filter;