FragmentEntry class

Annotations

Constructors

FragmentEntry({required FragmentKey<FragmentState<Fragment>> key, RouteArgs args = const {}})
const
FragmentEntry.fromJson(JsonObject json)
factory

Properties

args RouteArgs
final
hashCode int
The hash code for this object.
no setteroverride
key FragmentKey<FragmentState<Fragment>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → JsonObject
Converts this instance into a json object map. E.g. JsonObject toJson() => {'name': name, 'age': age};
toString() String
Default toString implementation: E.g. Foo(name: Ugo, age: 37)
inherited

Operators

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