toLowerCase method

RadonString toLowerCase()

Implementation

RadonString toLowerCase() =>
    RadonString(concat(script, OP.STRING_TO_LOWER_CASE));