YmirDebug class

This class serves to setup the debug message you want to see in console

Constructors

YmirDebug()
factory

Properties

debugGeoJson bool
getter/setter pair
debugLazyLoader bool
getter/setter pair
debugMenuOverlayWrapper bool
getter/setter pair
debugTileProvider bool
getter/setter pair
debugTileSwitchController bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

debugPrint({String? ctx, required String message}) → void
hideAllDebugMessage() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetToDefaultValues() → void
showAllDebugMessage() → void
toString() String
A string representation of this object.
inherited

Operators

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

Constants

YMIR_DEBUG_PREFIX → const String