convert method

  1. @override
Message convert(
  1. List<String> input
)
override

Converts input and returns the result of the conversion.

Implementation

@override
convert(input) => throw UnimplementedError();