toDto method

DtoOperation toDto(
  1. OperationsCursor? cursor
)

Constructs a new DtoOperation from this OperationGrantMixin.

Implementation

DtoOperation toDto(OperationsCursor? cursor) =>
    DtoOperation(toModel(), ver, cursor: cursor);