fromJson static method

RatingEnum? fromJson(
  1. dynamic value
)

Implementation

static RatingEnum? fromJson(dynamic value) => RatingEnumTypeTransformer().decode(value);