EventLog constructor

EventLog({
  1. String? value,
  2. String? priority,
  3. String? device,
  4. String? user,
  5. String? client,
  6. int? eventDate,
  7. String? ipAddress,
  8. Map<String, dynamic>? meta,
  9. String? scope,
})

Implementation

EventLog({this.value, this.priority, this.device, this.user, this.client, this.eventDate, this.ipAddress, this.meta, this.scope});