fromJson static method

MOperationRef? fromJson(
  1. dynamic json
)

Implementation

static MOperationRef? fromJson(json) => MOperationRef.parsed(json.toString());