encode method

Map<String, Object?> encode()

Implementation

Map<String, Object?> encode() {
  return {
    'service': service,
    'name': name,
    'remoteLogThreshold': remoteLogThreshold.toString(),
    'bundleWithRumEnabled': bundleWithRumEnabled,
    'bundleWithTraceEnabled': bundleWithTraceEnabled,
    'networkInfoEnabled': networkInfoEnabled,
    'remoteSampleRate': remoteSampleRate,
  };
}