convert method

  1. @override
String convert(
  1. Object input
)
override

Converts input and returns the result of the conversion.

Implementation

@override
String convert(Object input) {
  return '// !\$*UTF8*\$!\n' + _toAnnotatedValue(input).toString();
}