RumErrorEvent.fromJson constructor

RumErrorEvent.fromJson(
  1. Map json
)

Implementation

factory RumErrorEvent.fromJson(Map<dynamic, dynamic> json) =>
    _$RumErrorEventFromJson(json);