CacheField constructor

const CacheField(
  1. int index
)

Creates a CacheField annotation.

index — the ordinal position of this field in the binary representation.

Implementation

const CacheField(this.index);