onConditionInclude method

  1. @override
bool onConditionInclude(
  1. String eventFlag
)
override

Implementation

@override
bool onConditionInclude(String eventFlag) {
  /// return true to include other JParses!
  return false;
}