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