fromJson static method

ConditionOperator? fromJson(
  1. dynamic value
)

Implementation

static ConditionOperator? fromJson(dynamic value) =>
    ConditionOperatorTypeTransformer().decode(value);