SerdesJsonUnion constructor

const SerdesJsonUnion(
  1. String value,
  2. Type type
)

Implementation

const SerdesJsonUnion(this.value, this.type);