str function

String str(
  1. dynamic subject
)

Implementation

String str(subject) => subject.toString();