AccountModel constructor
const
AccountModel({})
Implementation
const AccountModel({
super.id = 0,
required super.name,
super.status,
this.description,
required this.branchId,
required this.typeId,
required this.levelId,
this.upId,
this.groupId,
}) : sessionId = 0,
userId = 0;