menu
cresce_api package
documentation
api.dart
EmployeePin
EmployeePin constructor
EmployeePin constructor
dark_mode
light_mode
EmployeePin
constructor
EmployeePin
(
{
required
int
?
employeeId
,
required
String
?
pin
,
})
Returns a new
EmployeePin
instance.
Implementation
EmployeePin({ required this.employeeId, required this.pin, });
cresce_api package
documentation
api
EmployeePin
EmployeePin constructor
EmployeePin class