Ajout infos vaisseaux
This commit is contained in:
@@ -65,7 +65,7 @@ class Cargo {
|
||||
factory Cargo.fromJson(Map<String, dynamic> json) {
|
||||
return Cargo(
|
||||
capacity: json['capacity'],
|
||||
units: json['unit'],
|
||||
units: json['units'],
|
||||
//inventory: json.decode(json['inventory']),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user