newInstance method

  1. @override
Node newInstance()

abstract methods begin

Implementation

@override
Node newInstance() => Text(value);