ApiResponse({ bool? isSuccess, this.data, this.message, int? statusCode, }): isSuccess = isSuccess ?? true, statusCode = statusCode ?? 200;