Flags copyWith({ String? svg, String? png, }) => Flags( svg: svg ?? this.svg, png: png ?? this.png, );