AppUserCompanion constructor
const
AppUserCompanion({
- Value<
int> id = const Value.absent(), - Value<
String> userName = const Value.absent(), - Value<
String> email = const Value.absent(), - Value<
String> fullName = const Value.absent(), - Value<
String> encryptedPassword = const Value.absent(), - Value<
bool> enabled = const Value.absent(), - Value<
bool> activated = const Value.absent(), - Value<
String?> accessToken = const Value.absent(), - Value<
int?> employeeId = const Value.absent(), - Value<
DateTime?> lastActiveDatetime = const Value.absent(), - Value<
bool> isSystemUser = const Value.absent(), - Value<
String?> imagePath = const Value.absent(),
Implementation
const AppUserCompanion({
this.id = const Value.absent(),
this.userName = const Value.absent(),
this.email = const Value.absent(),
this.fullName = const Value.absent(),
this.encryptedPassword = const Value.absent(),
this.enabled = const Value.absent(),
this.activated = const Value.absent(),
this.accessToken = const Value.absent(),
this.employeeId = const Value.absent(),
this.lastActiveDatetime = const Value.absent(),
this.isSystemUser = const Value.absent(),
this.imagePath = const Value.absent(),
});