message property

  1. @BuiltValueField.new(wireName: r'message')
String? get message

A description of how you can resolve the verification error.

Implementation

@BuiltValueField(wireName: r'message')
String? get message;