Success<T> class

Inheritance

Constructors

Success({int? code, String? msg, required dynamic data})

Properties

code int?
getter/setter pairinherited
data ↔ dynamic
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
msg String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isResponse() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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