@code { [Parameter, EditorRequired] public Trail Trail { get; set; } = default!; }What does this mean
EditorRequiredpublic Trail Trail { get; set; } = default!;(why default and why exclamatory mark?)
@code { [Parameter, EditorRequired] public Trail Trail { get; set; } = default!; }What does this mean
EditorRequiredpublic Trail Trail { get; set; } = default!; (why default and why exclamatory mark?)