limit method

String limit (
  1. {int value = 5}
)

Implementation

String limit({final int value = 5}) {
  return '$this->limit($value)';
}