StatementTemplate class
A single statement to check in a bulk call using BulkCheck.
See CheckRequest for details about each field.
Constructors
- StatementTemplate({String? relation, Asset? source, Asset? target})
- StatementTemplate.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- relation ↔ String?
-
The relationship being asserted between the source and target.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source ↔ Asset?
-
The source asset that is asserting the statement.
getter/setter pair
- target ↔ Asset?
-
The target that the source is declaring the relationship with.
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