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