ReplayCustomEvent constructor

const ReplayCustomEvent({
  1. required String type,
  2. Map<String, Object?> fields = const <String, Object?>{},
})

Implementation

const ReplayCustomEvent({
  required this.type,
  this.fields = const <String, Object?>{},
});