warnings property

  1. @BuiltValueField(wireName: r'warnings')
BuiltList<String> warnings

Contains an array of warnings to be displayed when showing these directions. You must handle and display these warnings yourself.

Implementation

@BuiltValueField(wireName: r'warnings')
BuiltList<String> get warnings;