WireData constructor

WireData(
  1. String _key,
  2. dynamic _onRemove(
    1. String
    )?,
  3. WireDataOnReset? _onReset
)

Implementation

WireData(this._key, this._onRemove, this._onReset);