menu
parodia_admin package
documentation
core/dto/ticket.dto.dart
Items
Items constructor
Items constructor
dark_mode
light_mode
Items
constructor
Items
(
{
String
?
id
,
String
?
createdAt
,
String
?
message
,
User
?
user
,
List
<
void
>
?
files
,
})
Implementation
Items({this.id, this.createdAt, this.message, this.user, this.files});
parodia_admin package
documentation
core/dto/ticket.dto
Items
Items constructor
Items class