CheckFunc typedef

void CheckFunc (
  1. SamModel sm,
  2. String sym,
  3. bool value
)

Signature of check request passed from widget

Implementation

typedef CheckFunc  =  void Function(SamModel sm,String sym,bool value);