code property

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

The code claimed by the user. Can be null if the code's entity has been deleted.

Implementation

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