static List<QrParams> listFromJson(List<dynamic> json) { return json.map((value) => QrParams.fromJson(value)).toList(); }