toJson method

Map<String, dynamic> toJson()

Implementation

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