fromJson static method

PolicyRuleTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static PolicyRuleTypeEnum? fromJson(dynamic value) => PolicyRuleTypeEnumTypeTransformer().decode(value);