errors property

  1. @BuiltValueField.new(wireName: r'errors')
BuiltList<AndroidAppError>? get errors

The list of errors of the Android app.

Implementation

@BuiltValueField(wireName: r'errors')
BuiltList<AndroidAppError>? get errors;