JSONOutput constructor

JSONOutput({
  1. String? recordDelimiter,
})

Implementation

JSONOutput({
  this.recordDelimiter,
});