updateFamily method

HumanName updateFamily(
  1. String family
)

Implementation

HumanName updateFamily(String family) => copyWith(family: family);