ResponseCard constructor
ResponseCard({
- ContentType? contentType,
- List<
GenericAttachment> ? genericAttachments, - String? version,
Implementation
ResponseCard({
this.contentType,
this.genericAttachments,
this.version,
});