ValueReaderFunc typedef

ValueReaderFunc = Object? Function(StringLocation location, Object? relatedKey)

Implementation

typedef ValueReaderFunc = Object? Function(
    StringLocation location, Object? relatedKey);