status property Null safety

bool status

Implementation

bool get status => rawStatus != null && rawStatus!.toLowerCase() == 'ok';