package io.flutter.plugins.sharedpreferences;

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

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

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

    public j(String str, boolean z10) {
        this.f28291a = str;
        this.f28292b = z10;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof j)) {
            return false;
        }
        j jVar = (j) obj;
        return nb.g.c(this.f28291a, jVar.f28291a) && this.f28292b == jVar.f28292b;
    }

    public final int hashCode() {
        String str = this.f28291a;
        return Boolean.hashCode(this.f28292b) + ((str == null ? 0 : str.hashCode()) * 31);
    }

    public final String toString() {
        return "SharedPreferencesPigeonOptions(fileName=" + this.f28291a + ", useDataStore=" + this.f28292b + ")";
    }
}
