JsonColumn constructor

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

Implementation

const JsonColumn(super.name, {this.nullable = false});