Change<T>.set constructor

const Change<T>.set(
  1. T value
)

Writes the supplied value, including an explicitly allowed null.

Implementation

const factory Change.set(T value) = _Set<T>;