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