intValue property
int
get
intValue
Returns the unique integer value in the results.
Useful when executing SELECT COUNT
functions.
Implementation
int get intValue => single.columnAt(0) as int;
Returns the unique integer value in the results.
Useful when executing SELECT COUNT
functions.
int get intValue => single.columnAt(0) as int;