appId property

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

The unique identifier of the app to be uninstalled.

Implementation

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