JwtResult constructor

JwtResult({
  1. required String data,
  2. required String error,
})

Implementation

JwtResult({
  required this.data,
  required this.error,
});