static Response? parse(Map<String, dynamic>? json) => json == null ? null : Response._fromJson(json);