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