Cacheable constructor
const
Cacheable({
- required int typeId,
Creates a Cacheable annotation.
typeId must be unique within your application (0–220).
Implementation
const Cacheable({required this.typeId});