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
-
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 -
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