WampFileSource constructor
WampFileSource({})
Implementation
WampFileSource({
required this.name,
required this.length,
required this.openRead,
this.openReadChunks,
this.contentType,
this.sha256Digest,
this.nativePath,
Map<String, dynamic>? custom,
}) : custom = Map<String, dynamic>.unmodifiable(
custom ?? const <String, dynamic>{},
);