substitute method

  1. @override
Value substitute(
  1. Map<Variable, Node>? bindings
)
override

Implementation

@override
Value substitute(Map<Variable, Node>? bindings) => this;