Open back2dos opened 4 years ago
One thing we noticed today: since null
is an allowed value for CallbackLink
, there's no need to use Null<CallbackLink>
, instead the type itself should be defined as abstract CallbackLink(Null<LinkObject>)
, right?
Because we can!