forSchema property

int? forSchema
final

Whether we're generating code to verify schema migrations.

When non-null, we're generating from a schema snapshot instead of from source.

Implementation

final int? forSchema;