SetUpdate<T extends WithToJson>.set constructor Null safety

const SetUpdate<T extends WithToJson>.set(
  1. Set<T> value
)

Implementation

const SetUpdate.set(this.value);