LogObjectModel class

Inheritance

Constructors

LogObjectModel(Object object, {String? title, LogBorderType borderType = LogBorderType.single, LogColor? color})
const
LogObjectModel.bottom(Object object, {String? title, LogColor? color})
const
LogObjectModel.header(Object object, {String? title, LogColor? color})
const
LogObjectModel.middle(Object object, {String? title, LogColor? color})
const
LogObjectModel.single(Object object, {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, object and borders.
final
hashCode int
The hash code for this object.
no setterinherited
object Object
A object will be printed with it's toString()
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 object.
final

Methods

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

Operators

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