Apply the given options to this Options instance.
void apply(List<Option> options) { for (var option in options) { option(this); } }