IResult class
返回结果
Constructors
- IResult.new({required String type, dynamic json, dynamic value})
-
IResult.formMap(Map<
String, dynamic> v) -
factory
Properties
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