IUserProperties constructor
IUserProperties({})
Implementation
IUserProperties({
required this.id,
required this.workerId,
required this.firstName,
required this.lastName,
required this.companyId,
required this.workAuthorized,
});