RabbitDataConfig class

Constructors

RabbitDataConfig({required String apiKey, String encryptKey = '', DataCollectionType collectionType = DataCollectionType.rotation, int rotationTime = con.rotationTime, int retentionDays = con.retentionDays, int retryTime = con.retryTime, bool deleteAfterSent = true, int cpu = con.cpu, int memory = con.memory, int batteryLevel = con.battery, DBType dbType = DBType.hive, bool? consent, bool permissionMaid = false, int sessionExpire = con.sessionExpireMin, int sessionAutoExpire = con.autoExpireMin, bool offlineMode = false, int storageMin = 1, int storageMax = 5, bool debugMode = false, bool isAutoExpire = true, int locationTimeout = 3})

Properties

apiKey String
getter/setter pair
batteryLevel int
getter/setter pair
collectionType DataCollectionType
getter/setter pair
getter/setter pair
cpu int
getter/setter pair
dbType DBType
getter/setter pair
debugMode bool
getter/setter pair
deleteAfterSent bool
getter/setter pair
encryptKey String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAutoExpire bool
getter/setter pair
locationTimeout int
getter/setter pair
memory int
getter/setter pair
offlineMode bool
getter/setter pair
permissionMaid bool
getter/setter pair
retentionDays int
getter/setter pair
retryTime int
getter/setter pair
rotationTime int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionAutoExpire int
getter/setter pair
sessionExpire int
getter/setter pair
storageMax int
getter/setter pair
storageMin int
getter/setter pair

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