create static method

StringArray create()

Implementation

@$core.pragma('dart2js:noInline')
static StringArray create() => StringArray._();