decode method

List decode(
  1. List<String> types,
  2. String data
)

Decode the list data according to the list of types.

Implementation

external List<dynamic> decode(List<String> types, String data);