CloudBaseResponse class

CloudBaseResponse

Constructors

CloudBaseResponse({String? code, String? message, dynamic data, required String? requestId})
CloudBaseResponse({...})
CloudBaseResponse.fromMap(Map<String, dynamic> map)
factory

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
toString
override

Operators

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