BaseIdentifyData constructor
BaseIdentifyData({
- String? messageId,
- String? timestamp,
- AppDataContext? context,
- Map<
String, dynamic> ? traits,
Creates a new instance of BaseIdentifyData.
Implementation
BaseIdentifyData({
super.messageId,
super.timestamp,
this.context,
this.traits,
});