option abstract method

String? option(
  1. String name
)

The value of global option name, or null.

Implementation

String? option(String name);