QUserProperties class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

QUserProperties(List<QUserProperty> properties)
factory
QUserProperties.fromJson(Map<String, dynamic> json)
factory

Properties

customProperties List<QUserProperty>
List of user properties, set for custom keys. This is a subset of all properties list. See Qonversion.setCustomUserProperty.
final
definedProperties List<QUserProperty>
List of user properties, set for the Qonversion defined keys. This is a subset of all properties list. See Qonversion.setUserProperty.
final
flatCustomPropertiesMap Map<String, String>
Map of user properties, set for custom keys. This is a flattened version of the customProperties list as a key-value map. See Qonversion.setCustomUserProperty.
final
flatDefinedPropertiesMap Map<QUserPropertyKey, String>
Map of user properties, set for the Qonversion defined keys. This is a flattened version of the definedProperties list as a key-value map. See Qonversion.setUserProperty.
final
flatPropertiesMap Map<String, String>
Map of all user properties. This is a flattened version of the properties list as a key-value map.
final
hashCode int
The hash code for this object.
no setterinherited
properties List<QUserProperty>
List of all user properties.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDefinedProperty(QUserPropertyKey key) QUserProperty?
Searches for a property with the given Qonversion defined property key in defined properties list.
getProperty(String key) QUserProperty?
Searches for a property with the given property key in all properties list.
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