Returns an array of available fill light options. Options include auto, off, or flash.
List<String> get fillLightMode => _fillLightMode?.cast<String>() ?? <String>[];