configField<T> method

T configField<T>(
  1. String key
)

Implementation

T configField<T>(String key) => buildType.getRawConfig()[key] as T;