Person constructor

Person(
  1. String? firstName
)

Implementation

Person(this.firstName);