void setRes({ String? url, String? assetName, }) { if (url != null) this.url = url; if (assetName != null) this.assetName = assetName; _init(); }