toUpperCase method

RadonString toUpperCase()

Implementation

RadonString toUpperCase() =>
    RadonString(concat(script, OP.STRING_TO_UPPER_CASE));