LogListObjectModel class

Inheritance

Constructors

LogListObjectModel(List<Object> objects, {String? title, LogBorderType borderType = LogBorderType.single, LogColor? color})
const
LogListObjectModel.bottom(List<Object> objects, {String? title, LogColor? color})
const
LogListObjectModel.header(List<Object> objects, {String? title, LogColor? color})
const
LogListObjectModel.middle(List<Object> objects, {String? title, LogColor? color})
const
LogListObjectModel.single(List<Object> objects, {String? title, LogColor? color})
const

Properties

borderType LogBorderType
A enum that represents the type of border of your log template
final
color LogColor?
The color of the text printed in the log. The title, objects and borders.
final
hashCode int
The hash code for this object.
no setterinherited
objects List<Object>
A List of maps to be printed in the console. To print a object, call his toMap() function.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
A optional title that will be on top of your objects.
final

Methods

copyWith({String? title, List<Map<String, dynamic>>? maps, LogBorderType? borderType, LogColor? color}) LogListObjectModel
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited