history property Null safety
- @JsonKey(fromJson: _fromJson, toJson: _toJson, disallowNullValue: true)
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;