toJson method

Map<String, dynamic> toJson()

Implementation

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