ExceptionExtraAttributes constructor

ExceptionExtraAttributes({
  1. List<String>? tags,
  2. Map<String, dynamic>? context,
  3. String? clientVersion,
})

Implementation

ExceptionExtraAttributes({this.tags, this.context, this.clientVersion});