3 lines
105 B
C#
3 lines
105 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record Changed<TValue>(TValue? Value = default) : INotification; |