ExchangeHistoryEntry constructor

ExchangeHistoryEntry(
  1. DateTime timestamp,
  2. String action,
  3. String otherParty,
  4. List<String> shownAttributes,
)

Implementation

ExchangeHistoryEntry(
    this.timestamp, this.action, this.otherParty, this.shownAttributes);