ResultSuccess class

A successful result from an Endpoint method call containing the return value of the call.

Inheritance

Constructors

ResultSuccess(dynamic returnValue, {bool sendByteDataAsRaw = false})
Creates a new successful result with a value.

Properties

hashCode int
The hash code for this object.
no setterinherited
returnValue → dynamic
The returned value of a successful Endpoint method call.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendByteDataAsRaw bool
True if ByteData should not be embedded in API serialization.
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

Operators

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