menu
sonare_foundation package
documentation
models/log.dart
LogListDto
LogListDto.new constructor
LogListDto.new constructor
dark_mode
light_mode
LogListDto
constructor
LogListDto
(
{
int
?
limit
,
int
?
offset
,
int
?
total
,
List
<
LogDto
>
?
logs
,
})
Implementation
LogListDto({ this.limit, this.offset, this.total, this.logs, });
sonare_foundation package
documentation
models/log
LogListDto
LogListDto.new constructor
LogListDto class