Returns true if the status equals "SUCCESS" (case-insensitive).
true
"SUCCESS"
bool get isSuccess => status.toUpperCase() == 'SUCCESS';