menu
messenger
store/model/operation.dart
DtoOperation
DtoOperation.new constructor
DtoOperation.new
dark_mode
light_mode
DtoOperation
constructor
DtoOperation
(
Operation
value
,
OperationVersion
version
, {
OperationsCursor
?
cursor
,
})
Implementation
DtoOperation(this.value, this.version, {this.cursor});
messenger
operation
DtoOperation
DtoOperation.new constructor
DtoOperation class