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
I've moved from using built_value to freezed and I love how much more succinct this package makes my models although one feature I really miss is the memoized annotation.
Do you think this is something freezed could get or is there a way of achieving similar that I've missed?
Thanks
The text was updated successfully, but these errors were encountered:
Not quite the same thing? This is on a getter on an immutable object so it has the major advantage over your solution that it is lazily executed (which is the main reason for this feature). Other bonus advantage is the class can still have a const constructor as doesn't use late.
I've moved from using built_value to freezed and I love how much more succinct this package makes my models although one feature I really miss is the memoized annotation.
Do you think this is something freezed could get or is there a way of achieving similar that I've missed?
Thanks
The text was updated successfully, but these errors were encountered: