RumSession.fromJson constructor

RumSession.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory RumSession.fromJson(Map<String, dynamic> json) =>
    _$RumSessionFromJson(json);