Option constructor

Option({
  1. bool? skipValidation,
})

Implementation

external factory Option({bool? skipValidation});