reset property

Stream<void>? reset
final

Stream to notify the TileLayer that it needs resetting

The tile layer will not listen to this stream if it is not specified on initial building, then later specified.

Implementation

final Stream<void>? reset;