new change to use intaleq_map sdk 04-16-4
This commit is contained in:
9
packages/get/example_nav2/lib/models/demo_product.dart
Normal file
9
packages/get/example_nav2/lib/models/demo_product.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
class DemoProduct {
|
||||
final String name;
|
||||
final String id;
|
||||
|
||||
DemoProduct({
|
||||
required this.name,
|
||||
required this.id,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user