Custom constructor Null safety

const Custom(
  1. String value
)

Implementation

const Custom(this.value);