toIntOrNull method

int? toIntOrNull()

Implementation

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