VideoAgeGating.fromJson constructor

VideoAgeGating.fromJson(
  1. Map json_
)

Implementation

VideoAgeGating.fromJson(core.Map json_)
    : this(
        alcoholContent: json_['alcoholContent'] as core.bool?,
        restricted: json_['restricted'] as core.bool?,
        videoGameRating: json_['videoGameRating'] as core.String?,
      );