CapabilityStatementCertificate constructor

const CapabilityStatementCertificate({
  1. String? type,
  2. @JsonKey(name: '_type') Element? typeElement,
  3. String? blob,
  4. @JsonKey(name: '_blob') Element? blobElement,
})

Implementation

const factory CapabilityStatementCertificate({
  String? type,
  @JsonKey(name: '_type') Element? typeElement,
  String? blob,
  @JsonKey(name: '_blob') Element? blobElement,
}) = _CapabilityStatementCertificate;