/// <summary> /// Constructor called from /// <see cref="CREATOR">CREATOR</see> /// </summary> private SavedState(android.os.Parcel @in) : base(@in) { @checked = (bool)@in.readValue(null); }