toFutureString method

  1. @override
Future<String> toFutureString ()
override

Implementation

@override
Future<String> toFutureString() async {
  return 'Poi{title: ${await title}}, cityName: ${await cityName}, cityCode: ${await cityCode}, provinceName: ${await provinceName}, provinceCode: ${await provinceCode}, tel: ${await tel}, poiId: ${await poiId}, distance: ${await distance}';
}