LogxxItem constructor

LogxxItem({
  1. String? prefix,
  2. List<String>? msg,
})

Implementation

LogxxItem({
  this.prefix,
  this.msg,
});