List<Topics> topicsFromJson(String str) => List<Topics>.from(json.decode(str).map((x) => Topics.fromJson(x)));