FullTextIndexItem.property constructor Null safety
- String propertyPath
Creates a full-text index item from a propertyPath
to index.
Implementation
FullTextIndexItem.property(String propertyPath)
: _expression = Expression.property(propertyPath) as ExpressionImpl;