toDto method

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

Constructs the new DtoOperation from this Operations$Query$Operations$Edges$Node.

Implementation

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