CropRotationDeduplicator constructor

CropRotationDeduplicator(
  1. DefaultCoapConfig _config
)

Construction

Implementation

CropRotationDeduplicator(this._config)
    : _maps = List<Map<int?, CoapExchange>>.filled(3, <int?, CoapExchange>{});