LoginData constructor
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,
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;
}