value property
value stores the clicked address data in
FlutterGooglePlacesWeb.value'name'
= '1600 Amphitheatre Parkway, Mountain View, CA, USA';
FlutterGooglePlacesWeb.value'streetAddress'
= '1600 Amphitheatre Parkway';
FlutterGooglePlacesWeb.value'city'
= 'CA';
FlutterGooglePlacesWeb.value'country'
= 'USA';
Implementation
static late Map<String, String> value;