accountMissing property Null safety

bool accountMissing

Implementation

bool get accountMissing => error?.code == "-32600" ? true : false;