LogListMapModel constructor

const LogListMapModel(
  1. List<Map> maps, {
  2. String? title,
  3. LogBorderType borderType = LogBorderType.single,
  4. LogColor? color,
})

Implementation

const LogListMapModel(
  this.maps, {
  this.title,
  this.borderType = LogBorderType.single,
  this.color,
});