ChatMemberStatusCreator.fromMap constructor
Implementation
ChatMemberStatusCreator.fromMap(Map<String, dynamic> map) {
extra = map['@extra'];
client_id = map['@client_id'];
custom_title = map['custom_title'];
is_anonymous = map['is_anonymous'];
is_member = map['is_member'];
}