Inertia class

Constructors

Inertia(HttpRequest request)

Properties

hashCode int
The hash code for this object.
no setterinherited
request HttpRequest
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

flushShared() → void
getShared(String? key, dynamic defaultValue) → dynamic
getVersion() String
location(Uri uri) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(String component, [Map<String, dynamic> props = const <String, dynamic>{}]) Future<HttpResponse>
setRootView(String name) → void
share(dynamic key, dynamic value) → void
toString() String
A string representation of this object.
inherited
version(Object version) → void

Operators

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

Static Methods

lazy(LazyPropCallback callback) → LazyProp