WhichResource constructor

WhichResource(
  1. R5ResourceType? resourceType,
  2. FhirId? id
)

Implementation

WhichResource(this.resourceType, this.id);