Format constructor

Format({
  1. String? format,
})

Implementation

Format({
  this.format,
});