toAppModel method

SelfCheckModel toAppModel()

Implementation

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