CapabilityStatementImplementation constructor

const CapabilityStatementImplementation({
  1. String? description,
  2. @JsonKey(name: '_description') Element? descriptionElement,
  3. String? url,
  4. @JsonKey(name: '_url') Element? urlElement,
})

Implementation

const factory CapabilityStatementImplementation({
  String? description,
  @JsonKey(name: '_description') Element? descriptionElement,
  String? url,
  @JsonKey(name: '_url') Element? urlElement,
}) = _CapabilityStatementImplementation;