updateRank method

ContactPoint updateRank(
  1. FhirDecimal rank
)

Implementation

ContactPoint updateRank(FhirDecimal rank) => copyWith(rank: rank);