EncounterMethod constructor

EncounterMethod({
  1. List<EncounterMethodName>? names,
  2. String? name,
  3. int? id,
  4. int? order,
})

Implementation

EncounterMethod({this.names, this.name, this.id, this.order});