Address constructor

const Address(
  1. String mailAddress, [
  2. String? name
])

Implementation

const Address(this.mailAddress, [this.name]);