BoolSchema constructor

const BoolSchema({
  1. bool required = false,
})

Implementation

const BoolSchema({this.required = false});