RichLinkProperties constructor

RichLinkProperties({
  1. String? mimeType,
  2. String? title,
  3. String? uri,
})

Implementation

RichLinkProperties({
  this.mimeType,
  this.title,
  this.uri,
});