ExecutionContextId.fromJson constructor

ExecutionContextId.fromJson(
  1. int value
)

Implementation

factory ExecutionContextId.fromJson(int value) => ExecutionContextId(value);