toHtml method

  1. @override
String toHtml()
override

Implementation

@override
String toHtml() {
  return '${FinchApp.config.variableStart} $command ${FinchApp.config.variableEnd}';
}