DSSEAttestationNote.fromJson constructor
DSSEAttestationNote.fromJson(
- Map json_
Implementation
DSSEAttestationNote.fromJson(core.Map json_)
: this(
hint: json_.containsKey('hint')
? DSSEHint.fromJson(
json_['hint'] as core.Map<core.String, core.dynamic>)
: null,
);