GetWebAppUrl.fromMap constructor
Implementation
GetWebAppUrl.fromMap(Map<String, dynamic> map) {
extra = map['@extra'];
client_id = map['@client_id'];
bot_user_id = map['bot_user_id'];
url = map['url'];
if (map['theme'] != null) {
theme = TdApiMap.fromMap(map['theme']) as ThemeParameters;
}
application_name = map['application_name'];
}