RddOperationEdge.fromJson constructor

RddOperationEdge.fromJson(
  1. Map json_
)

Implementation

RddOperationEdge.fromJson(core.Map json_)
    : this(
        fromId: json_['fromId'] as core.int?,
        toId: json_['toId'] as core.int?,
      );