WebFetchOutput constructor
const
WebFetchOutput({})
Implementation
const WebFetchOutput({
required this.bytes,
required this.code,
required this.codeText,
required this.result,
required this.durationMs,
required this.url,
this.persistedPath,
this.persistedSize,
});