idNotNullAsInt property

int idNotNullAsInt

Returns id as int. See idAsInt.

Implementation

int get idNotNullAsInt => id as int;