toMap method
Implementation
Map<String, dynamic> toMap() => {
'eventAttributes': {
'generalAttributes': generalAttributes,
'locationAttributes': locationAttributes,
'dateTimeAttributes': dateTimeAttributes,
},
'isNonInteractive': isNonInteractive
};