create static method

IndexedAccount create()

Implementation

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