SerdesJsonField constructor

const SerdesJsonField({
  1. String? name,
  2. String? union,
  3. List<SerdesJsonUnion>? unionValues,
})

Implementation

const SerdesJsonField({
  this.name,
  this.union,
  this.unionValues,
});