convertResults abstract method

Map<String, T> convertResults(
  1. dynamic jsonData
)

Creates a map of the correct taxonomy type from the raw JSON data.

Subclasses must implement this to return concrete taxonomy objects.

Implementation

Map<String, T> convertResults(dynamic jsonData);