idInt property
int
get
idInt
The unique identifier of the entity as an integer.
Implementation
int get idInt => int.tryParse(id) ?? 0;
The unique identifier of the entity as an integer.
int get idInt => int.tryParse(id) ?? 0;