EntryValuesUpdated<T> constructor

EntryValuesUpdated<T>(
  1. List<T> entryValues
)

Implementation

EntryValuesUpdated(this.entryValues);