toDto method

DtoOperation toDto({
  1. OperationsCursor? cursor,
})

Constructs the new DtoOperation from this Operation$Query$Operation$Node.

Implementation

DtoOperation toDto({OperationsCursor? cursor}) => _operation(this, cursor);