updateUse method

HumanName updateUse(
  1. HumanNameUse use
)

Implementation

HumanName updateUse(HumanNameUse use) => copyWith(use: use);