TrackingEventDetails constructor

const TrackingEventDetails({
  1. double? value,
  2. Map<String, dynamic> attributes = const {},
})

Implementation

const TrackingEventDetails({this.value, this.attributes = const {}});