menu
mxnet package
documentation
entity/resp.dart
Resp<T>
Resp.new constructor
Resp.new constructor
dark_mode
light_mode
Resp<
T
>
constructor
Resp<
T
>
(
{
String
?
message
,
String
?
title
,
String
?
uuid
,
T?
data
,
int
?
code
,
})
Implementation
Resp({this.message, this.title, this.uuid, this.data, this.code});
mxnet package
documentation
entity/resp
Resp<T>
Resp.new constructor
Resp class