code property

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

The verification error code.

Implementation

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