KeysChangedEvent<Key extends Object, Options> constructor

KeysChangedEvent<Key extends Object, Options>(
  1. List<KeyAndValue<Key, Object?>> keyAndValues
)

Construct a KeysChangedEvent.

Implementation

KeysChangedEvent(this.keyAndValues);