OptimusProperties class

Constructors

OptimusProperties()

Properties

dateTimeDelegate Map<String, String>
getter/setter pair
generalDelegate Map<String, dynamic>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
locationDelegate Map<String, Map<String, double>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAttribute(String key, dynamic value) OptimusProperties
Adds an event attribute of type string, number or boolean.
addISODateTime(String key, DateTime dateTime) OptimusProperties
Adds an event attribute of type DateTime. dateTime will be in the ISO 8601 format - yyyy-MM-dd'T'HH:mm:ss.fff'Z'
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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