LoginNewResponse constructor

LoginNewResponse({
  1. String? status,
  2. int? statusCode,
  3. String? message,
  4. LoginModel? data,
})

Implementation

LoginNewResponse({super.status, super.statusCode, super.message, this.data});