hasLazyArgumentsKeywords property

bool get hasLazyArgumentsKeywords

Whether encoded keyword arguments are waiting to be decoded.

Implementation

bool get hasLazyArgumentsKeywords => _encodedArgumentsKeywords != null;