hasFinishedMethodAfter property

bool hasFinishedMethodAfter
final

Is true if the after method finished executing. Note the after method should never throw any errors, but if it does the error will be swallowed and ignored. Is false if it has not yet finished executing.

Implementation

final bool hasFinishedMethodAfter;