Frame constructor

Frame(
  1. String id,
  2. String loaderId,
  3. String url,
  4. String domainAndRegistry,
  5. String securityOrigin,
  6. String mimeType,
  7. String secureContextType,
  8. String crossOriginIsolatedContextType,
  9. List<String> gatedAPIFeatures, {
  10. String? parentId,
  11. String? name,
  12. String? urlFragment,
  13. String? unreachableUrl,
  14. String? AdFrameType,
})

Implementation

Frame(
    this.id,
    this.loaderId,
    this.url,
    this.domainAndRegistry,
    this.securityOrigin,
    this.mimeType,
    this.secureContextType,
    this.crossOriginIsolatedContextType,
    this.gatedAPIFeatures,
    {this.parentId,
    this.name,
    this.urlFragment,
    this.unreachableUrl,
    this.AdFrameType});