idAsLong property

int get idAsLong

Parses and returns the id as a long integer.

Implementation

int get idAsLong => int.parse(id);