FileUrls constructor

FileUrls({
  1. String? apiUrl,
  2. String? browserUrl,
})

Implementation

FileUrls({
  this.apiUrl,
  this.browserUrl,
});