users top-level property
The conformance users table.
Implementation
final UserSchema users = testTable('users', UserSchema.new, (table) {
check('users_age_positive', table.age.greaterThan(0)).on(table);
});
The conformance users table.
final UserSchema users = testTable('users', UserSchema.new, (table) {
check('users_age_positive', table.age.greaterThan(0)).on(table);
});