RegistrationEF constructor

RegistrationEF({
  1. required UserType type,
  2. required String name,
  3. required bool isActive,
  4. required CoordinateRF currentLocation,
})

Implementation

RegistrationEF(
    {required this.type,
    required this.name,
    required this.isActive,
    required this.currentLocation});