copyWith method
Implementation
ExportLeadResponseModel copyWith({ String? filePath,
num? success,
}) => ExportLeadResponseModel( filePath: filePath ?? _filePath,
success: success ?? _success,
);
ExportLeadResponseModel copyWith({ String? filePath,
num? success,
}) => ExportLeadResponseModel( filePath: filePath ?? _filePath,
success: success ?? _success,
);