deserialize method - Place class - search library - Dart API
deserialize
deserialize static method
- String serializedPlace
Returns a Place created from serialized string.
serializedPlaceThe serialized place
Returns Place. A Place created from serialized string.
Throws PlaceSerializationExceptionException. Indicates what went wrong during deserialization attempt.
Implementation
static Place deserialize(String serializedPlace) => $prototype.deserialize(serializedPlace);