Interaction constructor

Interaction({
  1. String? interactionTime,
  2. Principal? principal,
  3. String? type,
})

Implementation

Interaction({
  this.interactionTime,
  this.principal,
  this.type,
});