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