Return: CertList
List<Cert> get certList { final res = (result as List); final list = res.map((e) => Cert.fromJson(e)).toList(); return list; }