menu
comm_utils package
documentation
http/bean/dto/result_list_dto.dart
ResultListDto<T>
ResultListDto constructor
ResultListDto constructor
dark_mode
light_mode
ResultListDto<
T
>
constructor
ResultListDto<
T
>
(
int
code
,
List
<
T
>
?
data
,
String
?
errorCode
,
String
?
message
,
int
?
record
,
)
Implementation
ResultListDto( this.code, this.data, this.errorCode, this.message, this.record);
comm_utils package
documentation
http/bean/dto/result_list_dto
ResultListDto<T>
ResultListDto constructor
ResultListDto class