toInt method

int? toInt([
  1. int? radix
])

Implementation

int? toInt([int? radix]) => int.tryParse(this, radix: radix);