isSuccess property
isSuccess: Checks if the command execution was successful.
Implementation
@Deprecated('Use value.isSuccess instead')
bool get isSuccess => value.isSuccess;
isSuccess: Checks if the command execution was successful.
@Deprecated('Use value.isSuccess instead')
bool get isSuccess => value.isSuccess;