AuthState constructor
AuthState({
- required bool isAuthenticated,
- Map<
String, dynamic> ? employee, - ExternalApiClass? externalApi,
Implementation
AuthState({
required this.isAuthenticated,
this.employee,
this.externalApi,
});