GetInterface class abstract

A contract defining the interface for interacting with the "Get" class, enabling auxiliary packages to extend its functionality through extensions.

Available extensions

Constructors

GetInterface()

Properties

hashCode int
The hash code for this object.
no setterinherited
isLogEnable bool
Indicates whether logging is enabled. By default, it follows the debug mode setting of the application.
getter/setter pair
log LogWriterCallback
A callback function responsible for writing logs. By default, it uses the default log writer callback provided by the framework.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smartManagement SmartManagement
Defines the default strategy for managing the state of the application.
getter/setter pair

Methods

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