mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-15 17:47:28 +00:00
sos_device
This commit is contained in:
11
lib/features/devices/model/question_model.dart
Normal file
11
lib/features/devices/model/question_model.dart
Normal file
@ -0,0 +1,11 @@
|
||||
class QuestionModel {
|
||||
final int id;
|
||||
final String question;
|
||||
final String answer;
|
||||
|
||||
QuestionModel({
|
||||
required this.id,
|
||||
required this.question,
|
||||
required this.answer,
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user