match<R> method
R
match<R>({
- required R selfclosing(),
- required R nonselfclosing(),
override
Implementation
@override
R match<R>({
required final R Function(ElementypeSelfclosing p1) selfclosing,
required final R Function(ElementypeNonselfclosing p1) nonselfclosing,
}) => nonselfclosing(this);