DoubleUpdate constructor Null safety

const DoubleUpdate(
  1. double value
)

Implementation

const DoubleUpdate(this.value);