Member constructor Null safety

Member(
  1. String memberID,
  2. String firstName,
  3. String lastName,
  4. {Uri? image}
)