asIdle property

Idle asIdle

Cast this into an Idle, and throw an exception if the cast fails! It might be tempting to just cast the RequestStatus into the desired type, but it's strongly advised to not do that indiscriminately. Although, it might be convenient to have this cast sometimes. Use it wisely!

Implementation

Idle get asIdle => this as Idle;