spoil static method

String spoil(
  1. dynamic value
)

Returns a spoil code text

final str = Md.spoil('Hello world');

Implementation

static String spoil (dynamic value) => '||$value||';