FetchDataFromCollections class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getBasedOnDocID(String collectionPath, String docID)
→ Future
-
get based on document ID.....
-
getBasedOnEqualsTo(String collectionPath, String field, String value, String docID)
→ Future
-
getBasedOnEqualsTo....
-
getBasedOnGreaterThan(String collectionPath, String field, String value, String docID)
→ Future
-
getBasedOnGreaterThan....
-
getBasedOnLessThan(String collectionPath, String field, String value, String docID)
→ Future
-
getBasedOnLessThan....
-
getBasedOnMultiQueryEqualsOrderBy(String collectionPath, String field, String value, String secField, bool secValue, String docID)
→ Future
-
multi-query based on equals and order....
-
getBasedOnMultiQueryEqualsTo(String collectionPath, String field, String value, String secField, String secValue, String docID)
→ Future
-
multi-query based on two equals....
-
getCollectionLevel(String collectionPath)
→ Future
-
there are two type of fetch....and we are using futures...
collection level....
-
getSubCollectionLevel(String collectionPath, String subCollectionPath, String docID)
→ Future
-
sub-collection level....
-
getSubSubCollectionLevel(String collectionPath, String subCollectionPath, String subSubCollectionPath, String docID)
→ Future
-
sub-sub-collection level....
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited