Type.ofBool constructor

Type.ofBool({
  1. bool nullable = false,
})

Implementation

Type.ofBool({this.nullable = false})
    : name = 'bool',
      super();