alpceylan / flutter-countup

Basic counter widget for flutter.
MIT License
14 stars 23 forks source link

remove 'this' #9

Open hamidbir opened 2 years ago

hamidbir commented 2 years ago

There is no need to reference the current instance using keyword this. because the static extension method itself acts as an instance method of extensible type.