clear method

  1. @override
void clear()
override

Clears the list after validation.

Implementation

@override
void clear() => apply(clear, null);