DID constructor

const DID({
  1. required String did,
})

Implementation

const factory DID({
  required String did,
}) = _DID;