debugEncodedArgumentsKeywordsBytes property

Uint8List? get debugEncodedArgumentsKeywordsBytes

Encoded keyword arguments retained for diagnostics and tests.

Implementation

Uint8List? get debugEncodedArgumentsKeywordsBytes =>
    _encodedArgumentsKeywords;