NEResult<T> class
- Available extensions
Constructors
- NEResult({required int code, String? msg, T? data, String? requestId, int cost = 0})
-
const
- NEResult.success()
-
const
- NEResult.successWith(T? data)
Properties
Methods
-
isSuccess(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited