limit method Null safety

Limit limit(
  1. ExpressionInterface limit,
  2. {ExpressionInterface? offset}
)

Creates and returns a LIMIT clause query component with the given limit and offset.

Implementation

Limit limit(
  ExpressionInterface limit, {
  ExpressionInterface? offset,
});