flagKeys property

List<String>? flagKeys
final

An optional list of flag keys to fetch.

When provided, only the specified flags are fetched from the server. When null, all flags for the user are fetched.

Implementation

final List<String>? flagKeys;