get<T> abstract method

T get<T>(
  1. String name
)

Gets the value or throws.

Implementation

T get<T>(String name);