Constraint constructor

Constraint(
  1. DateTime? after,
  2. DateTime? before,
  3. KeyLink witness,
  4. DidData authority,
  5. Content<DynamicContent>? content,
)

Implementation

Constraint(
  this.after,
  this.before,
  this.witness,
  this.authority,
  this.content,
);