SubStatement constructor

SubStatement({
  1. Agent? actor,
  2. Verb? verb,
  3. StatementTarget? object,
  4. Result? result,
  5. Context? context,
  6. DateTime? timestamp,
  7. List<Attachment>? attachments,
})

Implementation

SubStatement({
  this.actor,
  this.verb,
  this.object,
  this.result,
  this.context,
  this.timestamp,
  this.attachments,
});