getValueDefinition method

  1. @override
  2. @protected
Output getValueDefinition(
  1. bool reevaluatingNeeded, [
  2. ValuableContext? context = const ValuableContext()
])
override

This method should be redefined in ever sub-classes to determine how works the method getValue

Implementation

@override
@protected
Output getValueDefinition(bool reevaluatingNeeded,
        [ValuableContext? context = const ValuableContext()]) =>
    _currentValuer(context);