str function

String str(
  1. dynamic o
)

Implementation

String str(o) {
    return o.toString();
}