Address constructor

const Address(
  1. Person person
)

Implementation

const Address(this.person);