toJson method
Implementation
Map<String, dynamic> toJson() => {
"Retailerid": retailerid,
"Retailername": retailername,
"Address": address,
"retailerType": retailerType,
"Gstinnumber": gstinnumber,
"tax": tax,
"ClientID": clientId,
"ShopFrontPhoto": shopFrontPhoto,
"PendingClaimCount": pendingClaimCount,
"IsOCREnable": isOcrEnable,
"mobileno": mobileno,
"IsOTPEnable": isOtpEnable,
"Role": role,
};