get<T> static method

T? get<T>(
  1. String name
)

Implementation

static T? get<T>(String name) => all()[name] as T?;