call abstract method

TRes call({
  1. String? configLocation,
  2. List<Input$StashConfigInput>? stashes,
  3. bool? sfwContentMode,
  4. String? databaseFile,
  5. String? generatedLocation,
  6. String? cacheLocation,
  7. bool? storeBlobsInDatabase,
  8. String? blobsLocation,
})

Implementation

TRes call({
  String? configLocation,
  List<Input$StashConfigInput>? stashes,
  bool? sfwContentMode,
  String? databaseFile,
  String? generatedLocation,
  String? cacheLocation,
  bool? storeBlobsInDatabase,
  String? blobsLocation,
});