extract abstract method

List extract(
  1. dynamic input
)

Process input and extract necessary data.

  • Note: the output is usually passed to the next extractor in the chain.

Implementation

List<dynamic> extract(dynamic input);