ProjectionBuilder class

Constructors

ProjectionBuilder()

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

alias(String alias, String expression) ProjectionBuilder
array(String fieldName, ProjectionBuilder builder(ProjectionBuilder)) ProjectionBuilder
arrayReference(String fieldName, ProjectionBuilder builder(ProjectionBuilder)) ProjectionBuilder
build() Map<String, dynamic>
field(String name) ProjectionBuilder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
object(String fieldName, ProjectionBuilder builder(ProjectionBuilder)) ProjectionBuilder
reference(String fieldName, ProjectionBuilder builder(ProjectionBuilder)) ProjectionBuilder
spread() ProjectionBuilder
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited