toFutureString method
- @override
Implementation
@override
Future<String> toFutureString() async {
return 'BusStationItem{name: ${await name}, id: ${await id}, location: ${await _toFutureString(location)}}';
}
@override
Future<String> toFutureString() async {
return 'BusStationItem{name: ${await name}, id: ${await id}, location: ${await _toFutureString(location)}}';
}