EventExtendedProperties constructor

EventExtendedProperties({
  1. Map<String, String>? private,
  2. Map<String, String>? shared,
})

Implementation

EventExtendedProperties({this.private, this.shared});