formFieldInitValue static method
return a String value of on the value you provides
Implementation
static String? formFieldInitValue(var value) {
return value?.toString();
}
return a String value of on the value you provides
static String? formFieldInitValue(var value) {
return value?.toString();
}