Flags constructor

Flags({
  1. String? svg,
  2. String? png,
})

Implementation

Flags({
  this.svg,
  this.png,
});