menu
libac_dart
omv/types/integer.dart
Integer
Integer.fromStringExplicit factory constructor
Integer.fromStringExplicit
dark_mode
light_mode
Integer.fromStringExplicit
constructor
Integer.fromStringExplicit
(
String
x
)
Implementation
factory Integer.fromStringExplicit(String x) => Integer.fromString(x);
libac_dart
integer
Integer
Integer.fromStringExplicit factory constructor
Integer class