AppDebug class

a very lightweight helper for showing up warnings and other related utility functions for the developer when making the app

Constructors

AppDebug()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startUpTimestamp int
the startup time of the app
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
test<E>(String testName, E ax(), E? expected) → void
the most basic test function possible LOL, im sorry, not gonna use a testing framework for this, not necessary imo (yuh)
toString() String
A string representation of this object.
inherited

Operators

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