menu
croky package
documentation
croky.dart
FormData
getInt method
getInt method
dark_mode
light_mode
getInt
method
int
?
getInt
(
String
name
)
get value of field as
int
Implementation
int? getInt(String name) => formFields[name]?.first.toInt();
croky package
documentation
croky
FormData
getInt method
FormData class