arg<T> method

T arg<T>(
  1. String key
)

Implementation

T arg<T>(String key) {
  return args[key] as T;
}