instantiate method

  1. @override
AsyncTask<AsserestFtpProperty, AsserestReport> instantiate(
  1. AsserestFtpProperty parameters, [
  2. Map<String, SharedData>? sharedData
])

Creates an instance of this task type with parameters and optional sharedData.

Implementation

@override
AsyncTask<AsserestFtpProperty, AsserestReport> instantiate(
        AsserestFtpProperty parameters,
        [Map<String, SharedData>? sharedData]) =>
    AsserestFtpTestPlatform(property);