toIntOrNull property

int? get toIntOrNull

Implementation

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