title property

Future<String> get title

Future that completes with the server title from the greeting message.

Implementation

Future<String> get title => _title.future;