summary property

  1. @BuiltValueField(wireName: r'summary')
String? get summary

Contains a short textual description for the route, suitable for naming and disambiguating the route from alternatives.

Implementation

@BuiltValueField(wireName: r'summary')
String? get summary;