PeamanChatFile constructor

PeamanChatFile({
  1. String? id,
  2. List<PeamanFileUrl> urls = const [],
  3. int? createdAt,
  4. int? updatedAt,
})

Implementation

PeamanChatFile({
  this.id,
  this.urls = const [],
  this.createdAt,
  this.updatedAt,
});