You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Fernando,
why not declare UseCase.None class as an object better? just one instance for every None to avoid memory allocation each time.
In that way, why not using Unit singleton instead of None?
thanks!