valueAsInt property

int? valueAsInt

Value as integer

Implementation

int? get valueAsInt => _value is int ? _value as int? : -1;