BlockResponse<VALUE extends Object> class

An optional wrapper for Block Output which can be used for chaining.

Implementers
Annotations
  • @immutable

Constructors

BlockResponse(VALUE? value)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → VALUE?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transform<NEW_VALUE extends Object>(NEW_VALUE transformer(VALUE? value)) BlockResponse<NEW_VALUE>
transformWith<NEW_VALUE extends Object>(NEW_VALUE value) BlockResponse<NEW_VALUE>

Operators

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