StringBuilder constructor

StringBuilder([
  1. String content = ""
])

Implementation

StringBuilder([String super.content]);