result property

bool result
final

A boolean flag indicating the outcome of the operation.

true means the operation was successful, while false implies that the operation failed.

Implementation

final bool result;