errorCode property

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

The error code of the Android app with the status of either error or invalid.

Implementation

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