OutputFormatConfiguration constructor

OutputFormatConfiguration({
  1. Serializer? serializer,
})

Implementation

OutputFormatConfiguration({
  this.serializer,
});