util/property library

Functions

property<T>(dynamic path) PropertyAccessor<T>
Creates a property accessor function based on the provided path.

Typedefs

PropertyAccessor<T> = dynamic Function(T object)
A function type for accessing properties of objects of type T.