toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (delegationServiceAccountEmail != null)
        'delegationServiceAccountEmail': delegationServiceAccountEmail!,
      if (noteReference != null) 'noteReference': noteReference!,
      if (publicKeys != null) 'publicKeys': publicKeys!,
    };