toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (analyticsUserProperties != null)
        'analyticsUserProperties': analyticsUserProperties!,
      if (appBuild != null) 'appBuild': appBuild!,
      if (appId != null) 'appId': appId!,
      if (appInstanceId != null) 'appInstanceId': appInstanceId!,
      if (appInstanceIdToken != null)
        'appInstanceIdToken': appInstanceIdToken!,
      if (appVersion != null) 'appVersion': appVersion!,
      if (countryCode != null) 'countryCode': countryCode!,
      if (firstOpenTime != null) 'firstOpenTime': firstOpenTime!,
      if (languageCode != null) 'languageCode': languageCode!,
      if (packageName != null) 'packageName': packageName!,
      if (platformVersion != null) 'platformVersion': platformVersion!,
      if (sdkVersion != null) 'sdkVersion': sdkVersion!,
      if (timeZone != null) 'timeZone': timeZone!,
    };