convert method

  1. @override
List<Op> convert(
  1. Document input
)
override

Converts input and returns the result of the conversion.

Implementation

@override
List<Op> convert(Document input) {
  throw UnimplementedError();
}