Rpc.fromDto constructor

Rpc.fromDto(
  1. Rpc dto
)

Implementation

factory Rpc.fromDto(api.Rpc dto) => Rpc(payload: dto.payload);