path property

  1. @JsonKey(disallowNullValue: true, required: true)
String path
final

The navigation destination path.

Implementation

@JsonKey(disallowNullValue: true, required: true)

/// The navigation destination path.
final String path;