toFutureString method

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

Implementation

@override
Future<String> toFutureString() async {
  return 'DistrictItem{name: ${await name}, cityCode: ${await cityCode}, adCode: ${await adCode}, center: ${await _toFutureString(center)}}';
}