YouTubeSelectSettings.fromJson constructor

YouTubeSelectSettings.fromJson(
  1. Map json_
)

Implementation

YouTubeSelectSettings.fromJson(core.Map json_)
  : this(lineupId: json_['lineupId'] as core.String?);