rule method

  1. @override
String rule(
  1. String text
)
override

The horizontal rule that frames the start and end of an agent interaction.

Implementation

@override
String rule(String text) => _sgr(36, text);