tryParse function

int? tryParse(
  1. String source, {
  2. int? radix,
})

Implementation

external int? tryParse(String source, {int? radix});