QTAutoTrack class

Constructors

QTAutoTrack({QTAutoTrackConfig? config})
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

Methods

config(QTAutoTrackConfig? config) QTAutoTrack
disable() QTAutoTrack
disableClick() QTAutoTrack
disableIgnoreNullKey() QTAutoTrack
disablePageTrack() QTAutoTrack
enable() QTAutoTrack
enableClick() QTAutoTrack
enableIgnoreNullKey() QTAutoTrack
enableLog() QTAutoTrack
enablePageTrack() QTAutoTrack
ignoreElementKeys(List<Key>? ignoreElementKeys) QTAutoTrack
ignoreElementStringKeys(List<String>? ignoreElementStringKeys) QTAutoTrack
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pageConfigs(List<QTAutoTrackPageConfig<Widget>>? pageConfigs) QTAutoTrack
toString() String
A string representation of this object.
inherited

Operators

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