AppLinkedAppInfo constructor

AppLinkedAppInfo({
  1. String? appStoreId,
  2. String? displayName,
})

Implementation

AppLinkedAppInfo({this.appStoreId, this.displayName});