modify
This commit is contained in:
@@ -4,7 +4,13 @@ class PaymentMethod {
|
||||
String account;
|
||||
String phone;
|
||||
String mail;
|
||||
String link;
|
||||
|
||||
PaymentMethod(
|
||||
{this.name, this.accountName, this.account, this.phone, this.mail});
|
||||
{this.name,
|
||||
this.accountName,
|
||||
this.account,
|
||||
this.phone,
|
||||
this.mail,
|
||||
this.link});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user