Go class

Constructors

Go.init()
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

goBack(BuildContext context) → dynamic
goTo(BuildContext context, String route, {dynamic arguments}) → dynamic
goToAndClearAll(BuildContext context, String route, String? defaultHome, {dynamic arguments}) → dynamic
goToAndClearPrev(BuildContext context, String route, {dynamic arguments}) → dynamic
goToAndDrop(dynamic context, {String? defaultHome}) → dynamic
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