currentFullAddress property

Map<String, String?> currentFullAddress

Implementation

Map<String, String?> get currentFullAddress => _currentFullAddress;
void currentFullAddress=(Map<String, String?> address)

Implementation

set currentFullAddress(Map<String, String?> address) {
  _currentFullAddress = address;
  notifyListeners();
}