RatingQuestion.fromJson constructor

RatingQuestion.fromJson(
  1. Map json_
)

Implementation

RatingQuestion.fromJson(core.Map json_)
  : this(
      iconType: json_['iconType'] as core.String?,
      ratingScaleLevel: json_['ratingScaleLevel'] as core.int?,
    );