updateVersion method

Resource updateVersion({
  1. FhirMeta? oldMeta,
})

Updates the meta field of this Resource, updates the meta.lastUpdated field, adds 1 to the version number

Implementation

Resource updateVersion({FhirMeta? oldMeta}) =>
    _updateMeta(this, meta: oldMeta);