hasEncodedArguments property
bool
get
hasEncodedArguments
Whether encoded positional arguments remain available without decoding.
Implementation
bool get hasEncodedArguments => _argumentsBytes != null;
Whether encoded positional arguments remain available without decoding.
bool get hasEncodedArguments => _argumentsBytes != null;