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
toString() String
A string representation of this object.
inherited

Operators

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