FetchOptions constructor

const FetchOptions({
  1. List<String>? flagKeys,
})

Creates FetchOptions with an optional list of flagKeys to fetch.

Implementation

const FetchOptions({this.flagKeys});