Config class

This class needed to aggregate AppSpector properties and arguments.

Constructors

Config()

Properties

androidApiKey String?
API_KEY of your Android Application.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iosApiKey String?
API_KEY of your iOS Application.
getter/setter pair
metadata Map<String, String>?
Collection of metadata information
getter/setter pair
monitors List<Monitor>?
List of monitor which will be enabled
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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