updatePrefix method

HumanName updatePrefix(
  1. List<String> prefix
)

Implementation

HumanName updatePrefix(List<String> prefix) => copyWith(prefix: prefix);