getValueDefinition abstract method

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

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

Implementation

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