GetAppIdResult constructor

GetAppIdResult({
  1. String? appId,
  2. String? recommendedId,
})

Implementation

GetAppIdResult({this.appId, this.recommendedId});