source property

T get source

Implementation

T get source {
  assert(store is CurrentSource<T>);
  return (store as CurrentSource<T>).source;
}