JSONInput constructor

JSONInput({
  1. JSONType? type,
})

Implementation

JSONInput({
  this.type,
});