create static method

AccountList create()

Implementation

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