parse method

  1. @override
KeepTyping$Subscription parse(
  1. Map<String, dynamic> json
)
override

Parses a JSON map into the response type.

Implementation

@override
KeepTyping$Subscription parse(Map<String, dynamic> json) =>
    KeepTyping$Subscription.fromJson(json);