Claim constructor

Claim(
  1. DidData subject,
  2. Content<DynamicContent> content
)

Implementation

Claim(this.subject, this.content);