limit method Null safety
- ExpressionInterface limit,
- {ExpressionInterface? offset}
Creates and returns a LIMIT
clause query component with the given
limit and offset
.
Implementation
Limit limit(
ExpressionInterface limit, {
ExpressionInterface? offset,
});