UsersCompanion constructor
Implementation
const UsersCompanion({
this.id = const Value.absent(),
this.name = const Value.absent(),
this.email = const Value.absent(),
this.password = const Value.absent(),
this.role = const Value.absent(),
});