mirror of
https://github.com/theindianappguy/FlutterNewsApp.git
synced 2025-08-06 19:43:52 +08:00
6 lines
74 B
Dart
6 lines
74 B
Dart
class CategorieModel {
|
|
String imageAssetUrl;
|
|
String categorieName;
|
|
|
|
}
|