This work for me. I just use OnInitialized and yourModel is not null now
@code{ [SupplyParameterFromForm] private Model.yourClass model { get; set; } protected override void OnInitialized() => yourModel ??= new(); }