RegistrationEF constructor
RegistrationEF({
- required UserType type,
- required String name,
- required bool isActive,
- required CoordinateRF currentLocation,
Implementation
RegistrationEF(
{required this.type,
required this.name,
required this.isActive,
required this.currentLocation});