isCodeAsset property

bool get isCodeAsset

Whether this EncodedAsset represents a CodeAsset.

Implementation

bool get isCodeAsset => type == CodeAssetType.type;