RtmServiceContext.fromJson constructor

RtmServiceContext.fromJson(
  1. Map json
)

Implementation

factory RtmServiceContext.fromJson(Map json) =>
    _$RtmServiceContextFromJson(json);