limit property

int? limit
final

Number of times it needs to be called

If not specified it will run infintely and you will have to explicitly remove it

Implementation

final int? limit;