overline function

String overline(
  1. Object object
)

Implementation

String overline(final Object object) => const _Style(53, 55).apply(object);