toJson method

Map<String, dynamic> toJson()

Implementation

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