history property

  1. @JsonKey(fromJson: _fromJson, toJson: _toJson, disallowNullValue: true)
List<Destination>? history
final

Navigation destination's history.

Basically the destinations before the container of this DestinationMetadata.

Implementation

@JsonKey(
  fromJson: _fromJson,
  toJson: _toJson,
  disallowNullValue: true,
)
final List<Destination>? history;