property static method
Creates a property expression representing the value at the given
propertyPath
.
Implementation
static PropertyExpressionInterface property(String propertyPath) =>
PropertyExpressionImpl(propertyPath);
Creates a property expression representing the value at the given
propertyPath
.
static PropertyExpressionInterface property(String propertyPath) =>
PropertyExpressionImpl(propertyPath);