menu
flutter_yengapay_checkout package
documentation
models/paymentIntentData.dart
Article
Article.new constructor
Article.new constructor
dark_mode
light_mode
Article
constructor
Article
(
{
required
String
title
,
required
String
description
,
required
num
price
,
List
<
String
>
?
pictures
,
})
Implementation
Article({ required this.title, required this.description, required this.price, this.pictures, });
flutter_yengapay_checkout package
documentation
models/paymentIntentData
Article
Article.new constructor
Article class