first commit
This commit is contained in:
8
lib/modules/berkas/data/models/berkas_model.dart
Normal file
8
lib/modules/berkas/data/models/berkas_model.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
class BerkasModel {
|
||||
BerkasModel({
|
||||
required this.title,
|
||||
required this.description,
|
||||
});
|
||||
final String title;
|
||||
final String description;
|
||||
}
|
||||
Reference in New Issue
Block a user