updateText method

HumanName updateText(
  1. String text
)

Implementation

HumanName updateText(String text) => copyWith(text: text);