remove type as object field
This commit is contained in:
parent
ea268d7515
commit
bbcc477b26
1 changed files with 0 additions and 3 deletions
|
|
@ -4,7 +4,6 @@ class BusinessUser {
|
||||||
final String business_id;
|
final String business_id;
|
||||||
final String app_id;
|
final String app_id;
|
||||||
final String signature;
|
final String signature;
|
||||||
final String type;
|
|
||||||
final String title;
|
final String title;
|
||||||
|
|
||||||
const BusinessUser(
|
const BusinessUser(
|
||||||
|
|
@ -12,7 +11,6 @@ class BusinessUser {
|
||||||
this.business_id,
|
this.business_id,
|
||||||
this.app_id,
|
this.app_id,
|
||||||
this.signature,
|
this.signature,
|
||||||
this.type,
|
|
||||||
this.title,
|
this.title,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
@ -22,7 +20,6 @@ class BusinessUser {
|
||||||
json['business_id'],
|
json['business_id'],
|
||||||
json['app_id'],
|
json['app_id'],
|
||||||
json['signature'],
|
json['signature'],
|
||||||
json['type'],
|
|
||||||
json['title'],
|
json['title'],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue