toMap method

  1. @override
Map<String, dynamic> toMap()
override

Implementation

@override
Map<String, dynamic> toMap() {
  return {
    "_APP_DOMAIN_TARGET": appDomainTarget,
    "_APP_STORAGE_LIMIT": appStorageLimit,
    "_APP_FUNCTIONS_SIZE_LIMIT": appFunctionsSizeLimit,
    "_APP_USAGE_STATS": appUsageStats,
    "_APP_VCS_ENABLED": appVcsEnabled,
    "_APP_DOMAIN_ENABLED": appDomainEnabled,
    "_APP_ASSISTANT_ENABLED": appAssistantEnabled,
  };
}