menu
flutter_paypal_native package
documentation
models/approval/name.dart
Name
Name constructor
Name constructor
dark_mode
light_mode
Name
constructor
Name
(
{
String
?
fullName
,
String
?
givenName
,
String
?
familyName
,
})
Implementation
Name({this.fullName, this.givenName, this.familyName});
flutter_paypal_native package
documentation
models/approval/name
Name
Name constructor
Name class