Format$Response constructor

const Format$Response({
  1. String? format,
})

Implementation

const Format$Response({
  this.format,
});