Integer.fromStringExplicit constructor

Integer.fromStringExplicit(
  1. String x
)

Implementation

factory Integer.fromStringExplicit(String x) => Integer.fromString(x);