MQTTResponseDataModel<T> class
MQTT 响应数据模型
Constructors
- MQTTResponseDataModel({int? code, String? message, T? data})
- MQTTResponseDataModel 响应数据模型
-
MQTTResponseDataModel.fromJson(Map<
String, dynamic> json) - 从 JSON 构造 MQTTResponseDataModel
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - 转换为 JSON
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited