parse method
override
Parses a JSON map into the response type.
Implementation
@override
SessionsEvents$Subscription parse(Map<String, dynamic> json) =>
SessionsEvents$Subscription.fromJson(json);
Parses a JSON map into the response type.
@override
SessionsEvents$Subscription parse(Map<String, dynamic> json) =>
SessionsEvents$Subscription.fromJson(json);