arguments property

  1. @JsonKey(includeIfNull: false, disallowNullValue: true, fromJson: DestinationArgumentConverter.pojoFromJson, toJson: DestinationArgumentConverter.pojoToJson)
Object? arguments
final

Navigation destination's arguments.

Implementation

@JsonKey(
  includeIfNull: false,
  disallowNullValue: true,
  fromJson: DestinationArgumentConverter.pojoFromJson,
  toJson: DestinationArgumentConverter.pojoToJson,
)
final Object? arguments;