SectionFormError constructor Null safety

const SectionFormError(
  1. {String? message,
  2. dynamic super}
)

Implementation

const SectionFormError({this.message, super.value});