toJson method

Map<String, dynamic> toJson()

Implementation

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