valueInteger property

int? get valueInteger

Parsed Integer value.

Implementation

int? get valueInteger => int.tryParse(_value);