LimitClause constructor

const LimitClause(
  1. int limit
)

Creates a limit clause.

Implementation

const LimitClause(this.limit);