bold static method

String bold(
  1. dynamic value
)

Implementation

static String bold (dynamic value) => '**$value**';