arguments property Null safety
- @JsonKey(includeIfNull: false, disallowNullValue: true, fromJson: DestinationArgumentConverter.pojoFromJson, toJson: DestinationArgumentConverter.pojoToJson)
final
Navigation destination's arguments.
Implementation
@JsonKey(
includeIfNull: false,
disallowNullValue: true,
fromJson: DestinationArgumentConverter.pojoFromJson,
toJson: DestinationArgumentConverter.pojoToJson,
)
final Object? arguments;