package xc;

import android.content.Context;
import androidx.annotation.Nullable;
import java.util.List;

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

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public boolean f34801b = true;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public boolean f34802c = false;

    @Nullable
    private yc.a dartEntrypoint;

    @Nullable
    private List<String> dartEntrypointArgs;

    @Nullable
    private String initialRoute;

    public k(Context context) {
        this.f34800a = context;
    }

    public final yc.a a() {
        return this.dartEntrypoint;
    }

    public final List b() {
        return this.dartEntrypointArgs;
    }

    public final String c() {
        return this.initialRoute;
    }

    public final void d(yc.a aVar) {
        this.dartEntrypoint = aVar;
    }

    public final void e(List list) {
        this.dartEntrypointArgs = list;
    }

    public final void f(String str) {
        this.initialRoute = str;
    }
}
