hasEncodedArgumentsKeywords property

bool get hasEncodedArgumentsKeywords

Whether encoded keyword arguments remain available without decoding.

Implementation

bool get hasEncodedArgumentsKeywords => _argumentsKeywordsBytes != null;