TokenSuccess constructor

TokenSuccess({
  1. required String token,
})

token Authorisation token.

Implementation

TokenSuccess({required this.token}) : super(code: 200, reason: "Success");