menu
easy_paypal package
documentation
models/name.dart
PPName
PPName const constructor
PPName const constructor
dark_mode
light_mode
PPName
constructor
const
PPName
(
{
String
?
fullName
,
String
?
givenName
,
String
?
familyName
,
})
Implementation
const factory PPName({ String? fullName, String? givenName, String? familyName, }) = _EPName;
easy_paypal package
documentation
models/name
PPName
PPName const constructor
PPName class