toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (artifact != null) 'artifact': artifact!,
  if (assertion != null) 'assertion': assertion!,
  if (challenge != null) 'challenge': challenge!,
  if (limitedUse != null) 'limitedUse': limitedUse!,
};