instantiate method
Creates an instance of this task type with parameters
and optional sharedData
.
Implementation
@override
AsyncTask<AsserestHttpProperty, AsserestReport> instantiate(
AsserestHttpProperty parameters,
[Map<String, SharedData>? sharedData]) =>
AsserestHttpTestPlatform(property);