ivk1800/tdlib-dart

Null is assigning to bool

Closed this issue · 1 comments

json['is_personal'] is null and trying to be assigned to bool. Need to add null check but didn't find in docs what it should be by default.

isPersonal: json['is_personal'] as bool,

Sorry, was using old tdlib binary.