LogListObjectModel constructor

const LogListObjectModel(
  1. List<Object> objects, {
  2. String? title,
  3. LogBorderType borderType = LogBorderType.single,
  4. LogColor? color,
})

Implementation

const LogListObjectModel(
  this.objects, {
  this.title,
  this.borderType = LogBorderType.single,
  this.color,
});