toINT property

int get toINT

Parses the string as an int or 0 defaultInt.

Implementation

int get toINT => toInt(this);