result property
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;
A boolean flag indicating the outcome of the operation.
true means the operation was successful, while false implies that the operation failed.
final bool result;