Login constructor

Login({
  1. User? user,
})

Implementation

Login({this.user}) : super(checkPointType: CheckPointType.LOGIN);