read abstract method

ConstantReader read(
  1. String field
)

Reads field from the constant as another constant value.

If the field is not present in the DartObject crawl up the chain of super classes until it is found. If the field is not present throw a FormatException.

Implementation

ConstantReader read(String field);