menu
appstrax_services package
documentation
database/models/document_dto.dart
DocumentDto
DocumentDto.new constructor
DocumentDto.new constructor
dark_mode
light_mode
DocumentDto
constructor
DocumentDto
(
String
id
,
Map
<
String
,
dynamic
>
data
,
DateTime
createdAt
,
DateTime
updatedAt
,
)
Implementation
DocumentDto( this.id, this.data, this.createdAt, this.updatedAt, );
appstrax_services package
documentation
database/models/document_dto
DocumentDto
DocumentDto.new constructor
DocumentDto class