Dmitrii Kovanikov @chshersh.com · Dec 20

Lol, I didn't know about this syntax! But looks like it works only when you're inside an object. Do you know if there's a way to do the same but to create another object with only some fields changed?

1 likes 2 replies

?

Replies

Alice ✨ · Dec 20

you can include the object and override the method with `method!`

Yawar Amin · Dec 20

Unfortunately the only way I can think of is using boilerplate. This might be a use case for a PPX!