H5PRequestModel constructor
H5PRequestModel({})
Implementation
H5PRequestModel({
required this.refName,
required this.url,
this.error,
this.status = H5PFileStatus.undefined,
this.priority = 0,
this.localPath,
});