peek abstract method

ConstantReader? peek(
  1. String field
)

Reads field from the constant as another constant value.

Unlike read, returns null if the field is not found.

Implementation

ConstantReader? peek(String field);