dynamic format( String value, String? param, String Function(String value) getValue, ) { return formatter(value, param, getValue); }