Frame constructor
Frame(
- String id,
- String loaderId,
- String url,
- String domainAndRegistry,
- String securityOrigin,
- String mimeType,
- String secureContextType,
- String crossOriginIsolatedContextType,
- List<
String> gatedAPIFeatures, { - String? parentId,
- String? name,
- String? urlFragment,
- String? unreachableUrl,
- 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});