fromJson static method

PolicyTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static PolicyTypeEnum? fromJson(dynamic value) => PolicyTypeEnumTypeTransformer().decode(value);