factory Ecf.fromJson({ required String cert, required String pass, required String json, }) { return Ecf.fromMap(jsonDecode(json)); }