toTryInt method

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

Implementation

int? toTryInt({int? radix}) => int.tryParse(this, radix: radix);