Find limit(int val) { if (_limit != null) throw Exception('Already limited!'); _limit = val; return this; }