get method

Implementation

Future<DocumentSnapshotForAll<T>> get() async {
  return (await getDoc<T>(this));
}