param property

String? param
inherited

If the error is parameter-specific, the parameter related to the error. For example, you can use this to display a message near the correct form field.

Implementation

String? get param => throw _privateConstructorUsedError;