get method

DocumentSnapshot<T>? get()

Implementation

DocumentSnapshot<T>? get() {
  return Loon._instance.getSnapshot(this);
}