include signature path to object
This commit is contained in:
parent
840dde6d7b
commit
5b4e6042bc
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ class BusinessUser {
|
|||
final String business_id;
|
||||
final String app_id;
|
||||
final String signature;
|
||||
final String sig_path;
|
||||
final String title;
|
||||
final String access;
|
||||
|
||||
|
|
@ -12,6 +13,7 @@ class BusinessUser {
|
|||
this.business_id,
|
||||
this.app_id,
|
||||
this.signature,
|
||||
this.sig_path,
|
||||
this.title,
|
||||
this.access,
|
||||
);
|
||||
|
|
@ -22,6 +24,7 @@ class BusinessUser {
|
|||
json['business_id'],
|
||||
json['app_id'],
|
||||
json['signature'],
|
||||
json['sig_path'],
|
||||
json['title'],
|
||||
json['access'],
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue