create static method

UserList create()

Implementation

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