ShareUnitPdfResponseModel constructor

ShareUnitPdfResponseModel({
  1. num? success,
  2. String? filePath,
})

Implementation

ShareUnitPdfResponseModel({
    num? success,
    String? filePath,}){
  _success = success;
  _filePath = filePath;
}