underline static method

String underline(
  1. dynamic value
)

Implementation

static String underline (dynamic value) => '__${value}__';