ValueSuccess<T> class

represent a success of a function

Inheritance
Implemented types
Available Extensions

Constructors

ValueSuccess(T value)
has a const constructor
const

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T
hold the value from a function
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Json
allow compatibility with dart:convert
override
toString() String
A string representation of this object.
inherited

Operators

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