readValues abstract method

Iterable<Object?> readValues(
  1. dynamic json
)

Reads the given json object returning an Iterable of all values found.

Implementation

Iterable<Object?> readValues(json);