LogMapModel class

Inheritance

Constructors

LogMapModel(Map map, {String? title, LogBorderType borderType = LogBorderType.single, LogColor? color})
const
LogMapModel.bottom(Map map, {String? title, LogColor? color})
const
LogMapModel.header(Map map, {String? title, LogColor? color})
const
LogMapModel.middle(Map map, {String? title, LogColor? color})
const
LogMapModel.single(Map map, {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, map and borders.
final
hashCode int
The hash code for this object.
no setterinherited
map Map
A map 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 map.
final

Methods

copyWith({String? title, Map<String, dynamic>? map, LogBorderType? borderType, LogColor? color}) LogMapModel
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