toFhirTime method

FhirTime toFhirTime()

Implementation

FhirTime toFhirTime() {
  final pattern = LocalTimePattern.createWithInvariantCulture("HH:mm:ss.fff");
  return FhirTime(pattern.format(this));
}