noop property

  1. @override
Callback1Arg<T> noop
override

A callback that does nothing.

Implementation

@override
Callback1Arg<T> get noop => _noop;