messages property

List<String> messages

Messages.

Messages received when solve is completed. If a route cannot be solved, the message returned by the server identifies the route that could not be solved.

Implementation

List<String> get messages => _messages.value;