isFriendsOnly property

bool? get isFriendsOnly

1, if the record was created with the "Friends only" option.

Implementation

bool? get isFriendsOnly => checkBoolInProperty('friends_only');