FrameResource constructor

FrameResource(
  1. String url,
  2. String type,
  3. String mimeType, {
  4. int? lastModified,
  5. int? contentSize,
  6. bool? failed,
  7. bool? canceled,
})

Implementation

FrameResource(this.url, this.type, this.mimeType,
    {this.lastModified, this.contentSize, this.failed, this.canceled});