ApplicationUser constructor
ApplicationUser({
- int? applicationUserId,
- String? fullName,
- String? name,
- String? email,
- String? password,
- bool? activatedCode,
- bool? isActive,
- DateTime? createdAt,
- DateTime? updatedAt,
- String? permissions,
- String? accessLevel,
- String? notes,
- String? groupAccessRight,
- String? token,
- int? accessRights,
- String? roleAccessRights,
- bool? settings,
- bool? generalLedger,
- bool? accountReceivable,
- bool? bank,
- bool? department,
- bool? accountPayable,
- bool? stock,
- bool? saleOrder,
- bool? purchaseOrder,
- bool? pos,
- bool? hrd,
- bool? warehousing,
- bool? service,
- bool? logistic,
- bool? task,
- bool? asset,
Implementation
ApplicationUser({
this.applicationUserId,
this.fullName,
this.name,
this.email,
this.password,
this.activatedCode,
this.isActive,
this.createdAt,
this.updatedAt,
this.permissions,
this.accessLevel,
this.notes,
this.groupAccessRight,
this.token,
this.accessRights,
this.roleAccessRights,
this.settings,
this.generalLedger,
this.accountReceivable,
this.bank,
this.department,
this.accountPayable,
this.stock,
this.saleOrder,
this.purchaseOrder,
this.pos,
this.hrd,
this.warehousing,
this.service,
this.logistic,
this.task,
this.asset,
});