StorifyMeDynamicData class

The StorifyMeDynamicData class enables dynamic personalization of text elements using our Dynamic data feature. Easily pass personalized data through the library to dynamically modify and adapt text, providing a tailored user experience within your application.

Constructors

StorifyMeDynamicData.new({required String dynamicIntegrationId, required Map<String, dynamic> data})

Properties

data Map<String, dynamic>
final
dynamicIntegrationId String
final
hashCode int
The hash code for this object.
no setterinherited
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