How are you guys handling moving data from screen ...
# compose
b
How are you guys handling moving data from screen to screen? Currently just doing this, but this doesn't seem right.
Copy code
@Model
object Foo{..}
What approach are you guys taking?