AppBundleSettings constructor

const AppBundleSettings({
  1. required String? args,
  2. required GoogleStoreSettings? googleStore,
})

Implementation

const AppBundleSettings({
  required super.args,
  required this.googleStore,
});