flutter_libphonenumber
flutter_libphonenumber copied to clipboard
Typed response from parse method
Hey
Thanks for your work
Could we have a type response(instead of map string/dynamic) from parse method?
Can you provide any more context?
Hey @acoutts Just updated the dscription
I mean - not a raw json like we have no
but the object with fields
like
class XXX {
final String countryCode;
final String e164;
...fromJson
}