toAppModel method
Implementation
SelfCheckModel toAppModel() {
return SelfCheckModel(
version: ver,
formType: FormType.values.firstWhere((e) => e.number == type),
items: items.toList(),
);
}
SelfCheckModel toAppModel() {
return SelfCheckModel(
version: ver,
formType: FormType.values.firstWhere((e) => e.number == type),
items: items.toList(),
);
}