extGet<T> method

T extGet<T>(
  1. String key
)

Implementation

T extGet<T>(String key) {
  return _extendProps[key];
}