create static method

BaseAccount create()

Implementation

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