end method

  1. @override
String end()
override

Implementation

@override
String end() {
  return arrow || !hasBody ? ';' : '}';
}