NIMResult<T> class
Null safety
Constructors
- NIMResult(int code, T? data, String? errorDetails)
- NIMResult.failure({int code = -1, String? message})
-
NIMResult.fromMap(Map<
String, dynamic> map, {NIMResultDataConvert<T> ? convert}) -
factory
- NIMResult.success({String? message, dynamic data})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited