fromGraphQLUserPhoneToDartUserPhone function

UserPhone fromGraphQLUserPhoneToDartUserPhone(
  1. String v
)

Implementation

UserPhone fromGraphQLUserPhoneToDartUserPhone(String v) =>
    UserPhone.unchecked(v);