menu
flutter_hyperswitch package
documentation
types.dart
Customer
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() { return { 'ephemeralKeySecret': ephemeralKeySecret, 'id': id, }; }
flutter_hyperswitch package
documentation
types
Customer
toJson method
Customer class