Skip to content

ObservabilityConfig.mapper

Category: Observability

Source: observability_config.mapper.dart

Classes

OtelConfigMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<OtelConfig>
instantiateFunction

Methods

static OtelConfigMapper ensureInitialized()
static OtelConfig fromMap(Map<String, dynamic> map)
static OtelConfig fromJson(String json)

OtelConfigMappable

Properties

PropertyTypeDescription
copyWithOtelConfigCopyWith<OtelConfig, OtelConfig, OtelConfig> get
operatorbool
hashCodeint get

Methods

String toJson()
String toString()

abstract OtelConfigCopyWith

Properties

PropertyTypeDescription
headersget
resourceAttributesget

ObservabilityConfigMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<ObservabilityConfig>
instantiateFunction

Methods

static ObservabilityConfigMapper ensureInitialized()
static ObservabilityConfig fromMap(Map<String, dynamic> map)
static ObservabilityConfig fromJson(String json)

ObservabilityConfigMappable

Properties

PropertyTypeDescription
copyWithObservabilityConfigCopyWith< ObservabilityConfig, ObservabilityConfig, ObservabilityConfig > get
operatorbool
hashCodeint get

Methods

String toJson()
String toString()

abstract ObservabilityConfigCopyWith

Released under the MIT License.