create static method

Thread create()

Implementation

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