error method Null safety

DocumentIDTutorialFormError error(
  1. String message,
  2. TutorialModel newValue
)

Implementation

DocumentIDTutorialFormError error(String message, TutorialModel newValue) =>
    DocumentIDTutorialFormError(message: message, value: newValue);