peek abstract method
Reads field from the constant as another constant value.
Unlike read, returns null if the field is not found.
Implementation
ConstantReader? peek(String field);
Reads field from the constant as another constant value.
Unlike read, returns null if the field is not found.
ConstantReader? peek(String field);