$Expr class

Used by:

  • cloudfunctions:v1 : Expr
  • identitytoolkit:v2 : GoogleTypeExpr

Constructors

$Expr({String? description, String? expression, String? location, String? title})
$Expr.fromJson(Map _json)

Properties

description String?
Description of the expression.
getter/setter pair
expression String?
Textual representation of an expression in Common Expression Language syntax.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
location String?
String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
Title for the expression, i.e. a short string describing its purpose.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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