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