Double function

SqlType Double({
  1. String constraint = notNull,
})

Implementation

SqlType Double({String constraint = notNull})
=> SqlType("double precision", constraint: constraint);