string method

dynamic string(
  1. String value
)

Implementation

dynamic string(String value) => _makePure(SuiBcs.STRING.serialize(value));