tryParseInt property

int? tryParseInt

Implementation

int? get tryParseInt => int.tryParse(this);