match<R> abstract method
R
match<R>({
- required R selfclosing(),
- required R nonselfclosing(),
Implementation
R match<R>({
required final R Function(ElementypeSelfclosing) selfclosing,
required final R Function(ElementypeNonselfclosing) nonselfclosing,
});