toInt method

int toInt({
  1. int? radix,
})

Implementation

int toInt({int? radix}) => int.parse(this, radix: radix);