toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'ApiKey': ApiKey,
      'Fps': Fps,
      'sdk_framework': framework,
      'sdk_framework_version': frameworkVersion,
      'sdk_framework_plugin_version': frameWorkPluginVersion,
      'StartNewSession': StartNewSession,
      'StartNewSessionAndUser': StartNewSessionAndUser,
    };