naviId property

  1. @Input()
String? naviId
getter/setter pair

Id used internally.

Implementation

// TODO(google): See if we can remove this input now that we are open
// sourced.
@Input()
String? naviId;