LoginData constructor

LoginData({
  1. String? userId,
  2. String? token,
  3. String? parentId,
  4. String? companyId,
  5. String? masterUserId,
  6. String? userType,
  7. String? name,
  8. String? nameSmall,
  9. String? nameSmall2,
  10. String? emailAddress,
  11. String? countryCode,
  12. String? contactNo,
  13. String? area,
  14. String? pincode,
  15. String? websiteUrl,
  16. String? companyAddress,
  17. String? discountAsPer,
  18. String? showQuantityIndicator,
  19. String? discountAsPerFixed,
  20. String? discoutAsPerProductVise,
  21. String? returnMaxDay,
  22. String? expiryReturn,
  23. String? countryId,
  24. String? country,
  25. String? stateId,
  26. String? state,
  27. String? cityId,
  28. String? city,
  29. String? companyLogoFull,
  30. String? drugLicenseNo,
  31. String? drugLicensePhoto,
  32. String? drugLicensePhotoFull,
  33. String? drugLicensePdf,
  34. String? drugLicensePdfFull,
  35. String? drugLicensePhoto0OrPdf1,
  36. String? gstNo,
  37. String? gstPhoto,
  38. String? gstPhotoFull,
  39. String? gstPdf,
  40. String? gstPdfFull,
  41. String? gstPhoto0OrPdf1,
  42. String? panCardNo,
  43. String? panCardPhoto,
  44. String? panCardPhotoFull,
  45. String? panCardPdf,
  46. String? panCardPdfFull,
  47. String? panCardPhoto0OrPdf1,
  48. String? orderGstTypeId,
  49. CreatedAtDateTime? createdAtDateTime,
  50. UpdatedAtDateTime? updatedAtDateTime,
  51. String? isActive,
  52. String? address,
  53. List<DrugLicenseArray>? drugLicenseArray,
  54. List<RetailerIdsArrayMap>? retailerIdsArrayMap,
})

Implementation

LoginData({
    String? userId,
    String? token,
    String? parentId,
    String? companyId,
    String? masterUserId,
    String? userType,
    String? name,
    String? nameSmall,
    String? nameSmall2,
    String? emailAddress,
    String? countryCode,
    String? contactNo,
  String? area,
  String? pincode,
  String? websiteUrl,
    String? companyAddress,
    String? discountAsPer,
    String? showQuantityIndicator,
    String? discountAsPerFixed,
    String? discoutAsPerProductVise,
    String? returnMaxDay,
    String? expiryReturn,
    String? countryId,
    String? country,
    String? stateId,
    String? state,
    String? cityId,
    String? city,
    String? companyLogo,
    String? companyLogoFull,
    String? drugLicenseNo,
    String? drugLicensePhoto,
    String? drugLicensePhotoFull,
    String? drugLicensePdf,
    String? drugLicensePdfFull,
    String? drugLicensePhoto0OrPdf1,
    String? gstNo,
    String? gstPhoto,
    String? gstPhotoFull,
    String? gstPdf,
    String? gstPdfFull,
    String? gstPhoto0OrPdf1,
    String? panCardNo,
    String? panCardPhoto,
    String? panCardPhotoFull,
    String? panCardPdf,
    String? panCardPdfFull,
    String? panCardPhoto0OrPdf1,
    String? orderGstTypeId,
    CreatedAtDateTime? createdAtDateTime,
    UpdatedAtDateTime? updatedAtDateTime,
    String? isActive,
    String? address,
    List<DrugLicenseArray>? drugLicenseArray,
    List<RetailerIdsArrayMap>? retailerIdsArrayMap,}){
  _userId = userId;
  _token = token;
  _parentId = parentId;
  _companyId = companyId;
  _masterUserId = masterUserId;
  _userType = userType;
  _name = name;
  _nameSmall = nameSmall;
  _nameSmall2 = nameSmall2;
  _emailAddress = emailAddress;
  _countryCode = countryCode;
  _contactNo = contactNo;
  _area = area;
  _pincode = pincode;
  _websiteUrl = websiteUrl;
  _companyAddress = companyAddress;
  _discountAsPer = discountAsPer;
  _showQuantityIndicator = showQuantityIndicator;
  _discountAsPerFixed = discountAsPerFixed;
  _discoutAsPerProductVise = discoutAsPerProductVise;
  _returnMaxDay = returnMaxDay;
  _expiryReturn = expiryReturn;
  _countryId = countryId;
  _country = country;
  _stateId = stateId;
  _state = state;
  _cityId = cityId;
  _city = city;
  _companyLogo = companyLogo;
  _companyLogoFull = companyLogoFull;
  _drugLicenseNo = drugLicenseNo;
  _drugLicensePhoto = drugLicensePhoto;
  _drugLicensePhotoFull = drugLicensePhotoFull;
  _drugLicensePdf = drugLicensePdf;
  _drugLicensePdfFull = drugLicensePdfFull;
  _drugLicensePhoto0OrPdf1 = drugLicensePhoto0OrPdf1;
  _gstNo = gstNo;
  _gstPhoto = gstPhoto;
  _gstPhotoFull = gstPhotoFull;
  _gstPdf = gstPdf;
  _gstPdfFull = gstPdfFull;
  _gstPhoto0OrPdf1 = gstPhoto0OrPdf1;
  _panCardNo = panCardNo;
  _panCardPhoto = panCardPhoto;
  _panCardPhotoFull = panCardPhotoFull;
  _panCardPdf = panCardPdf;
  _panCardPdfFull = panCardPdfFull;
  _panCardPhoto0OrPdf1 = panCardPhoto0OrPdf1;
  _orderGstTypeId = orderGstTypeId;
  _createdAtDateTime = createdAtDateTime;
  _updatedAtDateTime = updatedAtDateTime;
  _isActive = isActive;
  _address = address;
  _drugLicenseArray = drugLicenseArray;
  _retailerIdsArrayMap = retailerIdsArrayMap;
}