users top-level property

UserSchema users
final

The conformance users table.

Implementation

final UserSchema users = testTable('users', UserSchema.new, (table) {
  check('users_age_positive', table.age.greaterThan(0)).on(table);
});