toJson method

Map<String, dynamic> toJson()

Implementation

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