AppValueInsertDTO constructor
AppValueInsertDTO({
- DateTime? timestamp,
- Map<
String, num> values = const {}, - FileTransferDTO? attachment,
Returns a new AppValueInsertDTO instance.
Implementation
AppValueInsertDTO({
this.timestamp,
this.values = const {},
this.attachment,
});