get abstract method

TOptions? get(
  1. String? name
)

Returns a configured TOptions instance with the given name.

Implementation

TOptions? get(String? name);