package io.flutter.plugins.sharedpreferences;

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

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

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

    public v(String str, StringListLookupResultType stringListLookupResultType) {
        this.f28316a = str;
        this.f28317b = stringListLookupResultType;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof v)) {
            return false;
        }
        v vVar = (v) obj;
        return nb.g.c(this.f28316a, vVar.f28316a) && this.f28317b == vVar.f28317b;
    }

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

    public final String toString() {
        return "StringListResult(jsonEncodedValue=" + this.f28316a + ", type=" + this.f28317b + ")";
    }
}
