toMap method

Map<String, dynamic> toMap()

Creates a map with the attributes of this class

Implementation

Map<String, dynamic> toMap() {
  return {
    'enableScreenAnalytics': enableScreenAnalytics,
    'actions': actions,
  };
}