setOption method
Set the FilterOption object for the specified AssetType.
Parameters:
type: The type of asset to set the FilterOption for.option: The new FilterOption to set.
Implementation
void setOption(AssetType type, FilterOption option) {
_map[type] = option;
}