core.Map<core.String, core.dynamic> toJson() { final cert = this.cert; final displayName = this.displayName; return {'cert': ?cert, 'displayName': ?displayName}; }