ValidationWarning.general constructor

const ValidationWarning.general({
  1. required String message,
})

Implementation

const factory ValidationWarning.general({
  required String message,
}) = GeneralWarning;