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