StringReader constructor

StringReader(
  1. String source
)

Implementation

factory StringReader(String source) {
  return _StringReader(source);
}