fromJson static method

ProcessTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static ProcessTypeEnum? fromJson(dynamic value) => ProcessTypeEnumTypeTransformer().decode(value);