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