start method

  1. @override
String start()
override

Implementation

@override
String start() {
  return _start?.call().code() ?? '';
}