json static method

JsonColumn json(
  1. String name, {
  2. bool nullable = false,
})

Implementation

static JsonColumn json(String name, {bool nullable = false}) => JsonColumn(name, nullable: nullable);