ByoipCidrEvent constructor

ByoipCidrEvent({
  1. String? message,
  2. DateTime? timestamp,
})

Implementation

ByoipCidrEvent({
  this.message,
  this.timestamp,
});