MessageFile constructor

MessageFile({
  1. int? id,
  2. String? filename,
  3. String? getUrl,
  4. String? by,
  5. int? at,
})

Implementation

MessageFile({
  this.id,
  this.filename,
  this.getUrl,
  this.by,
  this.at,
});