StringBuilder constructor

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

Implementation

StringBuilder([String content = '']) : super(content);