MessageContent constructor

const MessageContent({
  1. List<Link> links = const [],
  2. List<Code> codes = const [],
  3. List<Image> images = const [],
  4. String body = '',
})

Implementation

const MessageContent({
  this.links = const [],
  this.codes = const [],
  this.images = const [],
  this.body = '',
});