val static method

String val(
  1. dynamic source
)

Implementation

static String val(source) => utf8.decode(base64Decode(source));