getValue<T> static method

T getValue<T>(
  1. String key
)

Implementation

static T getValue<T>(String key) => _handleType<T>(key);