Cacheable constructor

const Cacheable({
  1. required int typeId,
})

Creates a Cacheable annotation.

typeId must be unique within your application (0–220).

Implementation

const Cacheable({required this.typeId});