load method Null safety

  1. @override
Future<List<T>> load(
  1. String? correlation_id
)
override

Loads data items from external JSON file.

  • correlation_id (optional) transaction id to trace execution through call chain. Return Future that receives loaded items Throws error.