ClientConfig class

Constructors

ClientConfig.new()

Properties

apiKey_ String?
getter/setter pair
application_ String?
getter/setter pair
deserializer_ ContextDataDeserializer?
getter/setter pair
endpoint_ String?
getter/setter pair
environment_ String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serializer_ ContextEventSerializer?
getter/setter pair

Methods

getAPIKey() String?
getApplication() String?
getContextDataDeserializer() ContextDataDeserializer
getContextEventSerializer() ContextEventSerializer
getEndpoint() String?
getEnvironment() String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAPIKey(String apiKey) ClientConfig
setApplication(String application) ClientConfig
setContextDataDeserializer(ContextDataDeserializer deserializer) ClientConfig
setContextEventSerializer(ContextEventSerializer serializer) ClientConfig
setEndpoint(String endpoint) ClientConfig
setEnvironment(String environment) ClientConfig
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

create() ClientConfig
createFromProperties(Map<String, dynamic> properties, [String? prefix]) ClientConfig