tryGetOpSchema method

IMOperationDefinition? tryGetOpSchema(
  1. MOperationRef ref
)

Implementation

IMOperationDefinition? tryGetOpSchema(MOperationRef ref) {
  final existing = _operations[ref];
  return existing;
}