JSONField constructor

const JSONField({
  1. String? name,
  2. bool? serialize,
  3. bool? deserialize,
})

Implementation

const JSONField({this.name, this.serialize, this.deserialize});