Json function

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

Implementation

SqlType Json({String constraint = notNull})
=> SqlType("json", constraint: constraint);