6 lines
78 B
Dart
6 lines
78 B
Dart
class ConstitutionForm {
|
|
late String? tongueImage;
|
|
|
|
ConstitutionForm();
|
|
}
|