param property
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;
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.
String? get param => throw _privateConstructorUsedError;