Contact constructor

const Contact(
  1. String? fullName
)

Implementation

const Contact(this.fullName);