DID.fromJson constructor

DID.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory DID.fromJson(Map<String, Object?> json) => _$DIDFromJson(json);