DesignFlowAppError constructor

const DesignFlowAppError({
  1. required String error,
})

Implementation

const DesignFlowAppError({
  required this.error,
});