factory Certificate.fromJson(Map<String, dynamic> json) { return Certificate( data: json['data'] as String?, ); }