urlList property

  1. @JsonKey(name: r'urlList', required: true, includeIfNull: false)
List<String> urlList
final

List of allowed URLs that bypass the "Allow untrusted URL's" setting in-game

Implementation

@JsonKey(name: r'urlList', required: true, includeIfNull: false)
final List<String> urlList;