limit static method

String limit(
  1. int limit
)

Implementation

static String limit(int limit) => 'limit($limit)';