DestinationMetadata class

Navigation Destination's metadata.

Annotations
  • @JsonSerializable(includeIfNull: false, explicitToJson: true)
  • @immutable

Constructors

DestinationMetadata({Object? arguments, List<Destination>? history})
Create a DestinationMetadata from arguments and history.
const
DestinationMetadata.fromJson(Map<String, Object?> json)
Create a DestinationMetadata from json.
factory

Properties

arguments Object?
Navigation destination's arguments.
final
hashCode int
The hash code for this object.
no setteroverride
history List<Destination>?
Navigation destination's history.
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() Map<String, Object?>
Convert the DestinationMetadata to json representation.
toString() String
A string representation of this object.
override

Operators

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