hidden function

String hidden(
  1. Object object
)

Implementation

String hidden(final Object object) => const _Style(8, 28).apply(object);