class_ property

  1. @JsonKey(name: 'class')
List<Coding>? class_
inherited

class The class of information covered by this rule. The type can be a FHIR resource type, a profile on a type, or a CDA document, or some other type that indicates what sort of information the consent relates to.

Implementation

@JsonKey(name: 'class')
List<Coding>? get class_ => throw _privateConstructorUsedError;