AuthResponseEntity constructor

AuthResponseEntity({
  1. required String token,
})

Implementation

AuthResponseEntity({required this.token});