toMap method

Map<String, dynamic> toMap()

Implementation

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