asInt property

int? get asInt

value as int.

Implementation

int? get asInt => parseInt(_value);