string method

dynamic string(
  1. String value
)

Implementation

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