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