toJson method
Implementation
Map<String, dynamic> toJson() => {
"businessId": businessId,
"type": type,
"slug": slug,
"domain": domain,
"businessName": businessName,
"businessLocation": businessLocation.toJson(),
"businessDescription": businessDescription,
"currencySymbol": currencySymbol,
"currencyCode": currencyCode,
"logo": logo,
"version": version,
"authentication_type": authenticationType,
"appName": appName,
"theme": theme.toJson(),
"order": order.toJson(),
"delivery": delivery.toJson(),
"invoice": invoice,
"contactUs": contactUs.toJson(),
"product": product.toJson(),
"activeTime": activeTime,
"androidPackageName": androidPackageName,
"iosBundleIdentifier": iosBundleIdentifier,
"enableAppCoin": enableAppCoin,
"appHomePage": appHomePage,
"activeTheme": activeTheme,
"social_link": socialLink,
"google_android_file": googleAndroidFile,
"google_ios_file": googleIosFile,
"subscription": subscription,
"restaurant": restaurant,
"ENV": env,
"fcm_server_key": fcmServerKey,
"paymentKey": paymentKey,
"paymentType": paymentType,
};