ResponseCard constructor

ResponseCard({
  1. ContentType? contentType,
  2. List<GenericAttachment>? genericAttachments,
  3. String? version,
})

Implementation

ResponseCard({
  this.contentType,
  this.genericAttachments,
  this.version,
});