fromJson static method

PermissionItemDtoTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static PermissionItemDtoTypeEnum? fromJson(dynamic value) => PermissionItemDtoTypeEnumTypeTransformer().decode(value);