spoil static method
Returns a spoil code text
final str = Md.spoil('Hello world');
Implementation
static String spoil (dynamic value) => '||$value||';
Returns a spoil code text
final str = Md.spoil('Hello world');
static String spoil (dynamic value) => '||$value||';