hasEncodedArguments property

bool get hasEncodedArguments

Whether encoded positional arguments remain available without decoding.

Implementation

bool get hasEncodedArguments => _argumentsBytes != null;