create static method

FriendList create()

Implementation

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