PeamanFileUrl constructor

PeamanFileUrl({
  1. String? url,
  2. PeamanFileType type = PeamanFileType.unknown,
})

Implementation

PeamanFileUrl({
  this.url,
  this.type = PeamanFileType.unknown,
});