mrgnhnt96 opened this issue 3 years ago · 0 comments
Think of a way to access this
class Person { final Purchase purchase; ... } class Purchase { final Sting product; ... }
How could we access Person.purchase.product?
Person.purchase.product