assertProc property

bool Function(int, String?) assertProc
getter/setter pair

Implementation

static bool Function( int, String? ) assertProc = ( num, func ){ return false; };