package dd;

import androidx.annotation.Nullable;
import java.util.HashMap;

/* JADX INFO: loaded from: classes.dex */
public final class b0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final boolean f25097a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public byte[] f25098b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final ed.u f25099c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public ed.t f25100d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public boolean f25101e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public boolean f25102f;

    public b0(yc.d dVar, boolean z10) {
        ed.u uVar = new ed.u(dVar, "flutter/restoration", ed.a0.f25827a, null);
        this.f25101e = false;
        this.f25102f = false;
        sc.a aVar = new sc.a(this, 9);
        this.f25099c = uVar;
        this.f25097a = z10;
        uVar.setMethodCallHandler(aVar);
    }

    public static HashMap a(byte[] bArr) {
        HashMap map = new HashMap();
        map.put("enabled", Boolean.TRUE);
        map.put("data", bArr);
        return map;
    }

    @Nullable
    public byte[] getRestorationData() {
        return this.f25098b;
    }
}
