call method

  1. @override
dynamic call(
  1. Status status
)
override

Implementation

@override
call(Status status) {
  return this.node.child();
}