LoginNewResponse constructor
LoginNewResponse({
- String? status,
- int? statusCode,
- String? message,
- LoginModel? data,
Implementation
LoginNewResponse({super.status, super.statusCode, super.message, this.data});