Packagecom.tuarua.firebase.firestore
Classpublic class Where
InheritanceWhere Inheritance Object



Public Properties
 PropertyDefined By
  fieldPath : String
[read-only]
Where
  operator : String
[read-only]
Where
  value : *
[read-only]
Where
Public Methods
 MethodDefined By
  
Where(fieldPath:String, operator:String, value:*)
Where
Property Detail
fieldPathproperty
fieldPath:String  [read-only]


Implementation
    public function get fieldPath():String
operatorproperty 
operator:String  [read-only]


Implementation
    public function get operator():String
valueproperty 
value:*  [read-only]


Implementation
    public function get value():*
Constructor Detail
Where()Constructor
public function Where(fieldPath:String, operator:String, value:*)



Parameters
fieldPath:String
 
operator:String
 
value:*