readBucket<T> method

T readBucket<T>()

Implementation

T readBucket<T>() {
  return bucket as T;
}