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 message;/// 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;