updateValue method

ContactPoint updateValue(
  1. String value
)

Implementation

ContactPoint updateValue(String value) => copyWith(value: value);