LocationMatcher.fromSerialized constructor

LocationMatcher.fromSerialized(
  1. dynamic data
)

Instantiates the class using an object from serialize.

Implementation

LocationMatcher.fromSerialized(dynamic data)
    : additionalPolygons = WhichPolygon.fromSerialized(data);