toString method

  1. @override
String toString()
override

Returns the string representation of the exception.

Implementation

@override
String toString() {
  return 'FormBuilderInvalidInitializationException: $message';
}