Field constructor Null safety

const Field(
  1. [String? value]
)

Implementation

const Field([this.value]);