set static method

String set(
  1. String str
)

Implementation

static String set(String str) => _varStr.value = str;