create static method

Account create()

Implementation

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